From a73e109cc5b71a6a5ef400b8d9500c3a82b99187 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 25 Sep 2025 15:50:02 -0400 Subject: [PATCH] improve markdown, grammar in basic-opal-agent-template.md --- basic-opal-agent-template.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/basic-opal-agent-template.md b/basic-opal-agent-template.md index 829c303..bd124fd 100644 --- a/basic-opal-agent-template.md +++ b/basic-opal-agent-template.md @@ -1,7 +1,7 @@ # {Agent Name} -**Name:** {A Human-Readable Name for the Agent} -**Version:** {Your Agent Version, e.g., 1.0.0} +- **Name:** {A Human-Readable Name for the Agent} +- **Version:** {Your Agent Version, e.g., 1.0.0} ## Features @@ -23,12 +23,12 @@ ## Predefined Prompts - **hint:** {A hint for the LLM on when to use this prompt}. - **prompt:** {An example user question that triggers this response}. - **response:** {The exact, pre-written response the agent should give}. + - **prompt:** {An example user question that triggers this response}. + - **response:** {The exact, pre-written response the agent should give}. - **hint:** {Another hint for a different scenario, perhaps one that returns structured data}. - **response:** - ```json - { - "data": "{Your JSON or code response here}" - } + - **response:** + ```json + { + "data": "{Your JSON or code response here}" + }