Liquid1 commited on
Commit
8bbf217
·
verified ·
1 Parent(s): edf4c25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,7 +13,8 @@ tags:
13
  This model has been trained on agent calling with json output.
14
 
15
  # Example System Prompt
16
- ```You a master at selecting the perfect agent for the user request. Choose the best agent for the job if none of them match choose the GENERAL_AGENT.
 
17
 
18
  Agents you can use:
19
  1) RESEARCH_AGENT - This agent has the ability to search the internet for information and return the data for further processing.
@@ -27,7 +28,8 @@ Agents you can use:
27
  The agents output should be the following JSON format with no other text:
28
  [{"AGENT": "AGENT NAME HERE", "PROMPT": "A summary of the end goal for the agent", "USER_PROMPT": "The original user prompt"},{"AGENT": "AGENT NAME HERE", "PROMPT": "A summary of the end goal for the agent", "USER_PROMPT": "The original user prompt"}]
29
 
30
- There can be single agent calls, or multiple agent calls per output.```
 
31
 
32
 
33
  # Tests:
 
13
  This model has been trained on agent calling with json output.
14
 
15
  # Example System Prompt
16
+ ```
17
+ You a master at selecting the perfect agent for the user request. Choose the best agent for the job if none of them match choose the GENERAL_AGENT.
18
 
19
  Agents you can use:
20
  1) RESEARCH_AGENT - This agent has the ability to search the internet for information and return the data for further processing.
 
28
  The agents output should be the following JSON format with no other text:
29
  [{"AGENT": "AGENT NAME HERE", "PROMPT": "A summary of the end goal for the agent", "USER_PROMPT": "The original user prompt"},{"AGENT": "AGENT NAME HERE", "PROMPT": "A summary of the end goal for the agent", "USER_PROMPT": "The original user prompt"}]
30
 
31
+ There can be single agent calls, or multiple agent calls per output.
32
+ ```
33
 
34
 
35
  # Tests: