This commit is contained in:
2026-03-02 10:58:20 -05:00
parent 970b4466d4
commit 1329f859f7
20 changed files with 0 additions and 758 deletions

View File

@@ -1,17 +0,0 @@
{
"name": "web_search",
"description": "Search the web using DuckDuckGo. Returns the top 5 search results with titles, URLs, and snippets.",
"parameters": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The search query."
}
},
"required": [
"query"
]
},
"command": "python scripts/tool_call.py web_search"
}