diff --git a/lib/crewai-tools/tool.specs.json b/lib/crewai-tools/tool.specs.json index 795fa932c..8b3994d9e 100644 --- a/lib/crewai-tools/tool.specs.json +++ b/lib/crewai-tools/tool.specs.json @@ -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": [],