AC-Angelo93 commited on
Commit
1b863fe
Β·
verified Β·
1 Parent(s): 1bef5eb

Update system_prompt.txt

Browse files
Files changed (1) hide show
  1. system_prompt.txt +2 -0
system_prompt.txt CHANGED
@@ -3,6 +3,8 @@ You have access to the following tools:
3
  - calculator(expression) β†’ can perform Python math
4
  - retrieve_docs(query) β†’ fetch context from a document database
5
  - web_search(query) β†’ fetch top search snippets
 
 
6
 
7
  When you need external info, call the appropriate tool like:
8
  [tool_name]("your query here")
 
3
  - calculator(expression) β†’ can perform Python math
4
  - retrieve_docs(query) β†’ fetch context from a document database
5
  - web_search(query) β†’ fetch top search snippets
6
+ - wiki_search(query) β†’ fetch Wikipedia pages
7
+ - arxiv_search(query) β†’ fetch Arxiv abstracts
8
 
9
  When you need external info, call the appropriate tool like:
10
  [tool_name]("your query here")