Skip to content

Commit 40eea03

Browse files
authored
Update plugin.json
1 parent 6126e88 commit 40eea03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugin.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
],
1919
"openaiSpec": {
2020
"name": "get_web_search_results",
21-
"description": "Search for information from the internet in real-time using Google Search.",
21+
"description": "Search the web using Google search engine for real-time information about any topic. Use this tool when you need up-to-date information that might not be available in your training data, or when you need to verify current facts. The search results will include relevant snippets and URLs from web pages. This is particularly useful for questions about current events, technology updates, or any topic that requires recent information.",
2222
"parameters": {
2323
"type": "object",
2424
"properties": {
2525
"keyword": {
2626
"type": "string",
2727
"description": "The search keyword"
28+
},
29+
"explanation": {
30+
"type": "string",
31+
"description": "One sentence explanation as to why this tool is being used, and how it contributes to the goal."
2832
}
2933
},
3034
"required": ["keyword"]

0 commit comments

Comments
 (0)