Skip to content

Commit

Permalink
docs(agents): improve styling (#165)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomáš Dvořák <[email protected]>
  • Loading branch information
BabyManisha and Tomas2D authored Nov 14, 2024
1 parent 32c0453 commit cdfe77b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,19 @@ await agent.run(

The agent uses the following prompt templates.

1. System Prompt
1. **System Prompt**

2. User Prompt (to reformat the user's prompt)
2. **User Prompt** (to reformat the user's prompt)

3. User Empty Prompt
3. **User Empty Prompt**

4. Tool Error
4. **Tool Error**

5. Tool Input Error (validation error)
5. **Tool Input Error** (validation error)

6. Tool No Result Error
6. **Tool No Result Error**

7. Tool Not Found Error
7. **Tool Not Found Error**

Please refer to the [following example](/examples/agents/bee_advanced.ts) to see how to modify them.

Expand Down

0 comments on commit cdfe77b

Please sign in to comment.