Spaces:
Sleeping
Sleeping
Update system_prompt.txt
Browse files- 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")
|