mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-03 06:08:15 +00:00
chore: update tool specifications
This commit is contained in:
@@ -25386,7 +25386,13 @@
|
||||
"title": "Model",
|
||||
"type": "string"
|
||||
},
|
||||
"output_schema": {
|
||||
"stream": {
|
||||
"default": false,
|
||||
"description": "Whether new Tavily research tasks should stream responses by default.",
|
||||
"title": "Stream",
|
||||
"type": "boolean"
|
||||
},
|
||||
"tavily_output_schema": {
|
||||
"anyOf": [
|
||||
{
|
||||
"additionalProperties": true,
|
||||
@@ -25398,13 +25404,7 @@
|
||||
],
|
||||
"default": null,
|
||||
"description": "Default JSON Schema used to structure research output.",
|
||||
"title": "Output Schema"
|
||||
},
|
||||
"stream": {
|
||||
"default": false,
|
||||
"description": "Whether new Tavily research tasks should stream responses by default.",
|
||||
"title": "Stream",
|
||||
"type": "boolean"
|
||||
"title": "Tavily Output Schema"
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
Reference in New Issue
Block a user