Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions basic-opal-agent-template.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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}"
}