Scott Cogan
commited on
Commit
·
0ccb77a
1
Parent(s):
c17f0e1
requirements update for llm compat
Browse files
app.py
CHANGED
|
@@ -315,10 +315,11 @@ class BasicAgent:
|
|
| 315 |
"name": "google_search",
|
| 316 |
"description": "Search for information on the web",
|
| 317 |
"parameters": {
|
|
|
|
| 318 |
"properties": {
|
| 319 |
"query": {
|
| 320 |
-
"
|
| 321 |
-
"
|
| 322 |
}
|
| 323 |
},
|
| 324 |
"required": ["query"]
|
|
|
|
| 315 |
"name": "google_search",
|
| 316 |
"description": "Search for information on the web",
|
| 317 |
"parameters": {
|
| 318 |
+
"type": "object",
|
| 319 |
"properties": {
|
| 320 |
"query": {
|
| 321 |
+
"type": "string",
|
| 322 |
+
"description": "The search query"
|
| 323 |
}
|
| 324 |
},
|
| 325 |
"required": ["query"]
|