File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ class CurrentWeatherTool extends Tool
204204 /**
205205 * Get the tool's input schema.
206206 *
207- * @return array<string , \Illuminate\Contracts\ JsonSchema\JsonSchema >
207+ * @return array<string , \Illuminate\JsonSchema\Type\Type >
208208 */
209209 public function schema(JsonSchema $schema): array
210210 {
@@ -306,7 +306,7 @@ class CurrentWeatherTool extends Tool
306306 /**
307307 * Get the tool's input schema.
308308 *
309- * @return array<string , JsonSchema >
309+ * @return array<string , \Illuminate\ JsonSchema\Types\Type >
310310 */
311311 public function schema(JsonSchema $schema): array
312312 {
@@ -342,7 +342,7 @@ class CurrentWeatherTool extends Tool
342342 /**
343343 * Get the tool's output schema.
344344 *
345- * @return array<string , JsonSchema >
345+ * @return array<string , \Illuminate\ JsonSchema\Types\Type >
346346 */
347347 public function outputSchema(JsonSchema $schema): array
348348 {
You can’t perform that action at this time.
0 commit comments