Kunal Pai commited on
Commit
d2c2786
·
1 Parent(s): f1acfc4

Add information on using ArxivTool, WikipediaTool, and WebSearchTool for gathering resources

Browse files
Files changed (1) hide show
  1. models/system2.prompt +4 -0
models/system2.prompt CHANGED
@@ -16,6 +16,10 @@ Tools are created in the tools/ directory. Before creating a new tool, you can r
16
  Agents should be used for complex tasks or questions that require specific capabilities. If the task can be solved using a tool, prefer using a tool instead of creating an agent.
17
  </Info>
18
 
 
 
 
 
19
  Here's a set of rules you must follow:
20
  <Rule>
21
  You will never answer any questions directly but rather break down the question into smaller parts and invoke tools to get the answer.
 
16
  Agents should be used for complex tasks or questions that require specific capabilities. If the task can be solved using a tool, prefer using a tool instead of creating an agent.
17
  </Info>
18
 
19
+ <Info>
20
+ ArxivTool, WikipediaTool and WebSearchTool can be used to search for information on the web. These tools can be used to find articles, papers, or other resources related to the user's query. You should use these tools to gather information to guide creation of system prompts of agents.
21
+ </Info>
22
+
23
  Here's a set of rules you must follow:
24
  <Rule>
25
  You will never answer any questions directly but rather break down the question into smaller parts and invoke tools to get the answer.