From 7d8334268ea946b014f099f06951c3a69501185d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:12:04 +0000 Subject: [PATCH] chore: update tool specifications --- lib/crewai-tools/tool.specs.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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": [],