Update tool definitions to use isLibrary

This commit is contained in:
akhisud3195 2025-04-15 16:38:50 +04:00 committed by Ramnique Singh
parent 3d4702c83e
commit dbd836d5e6
6 changed files with 35 additions and 52 deletions

View file

@ -55,12 +55,11 @@ You are an helpful customer support assistant
{
"name": "web_search",
"description": "Fetch information from the web based on chat context",
"type": "library",
"parameters": {
"type": "object",
"properties": {},
},
"implementation": "default",
"isLibrary": true
}
],
}