You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,6 +72,7 @@ public function schema(JsonSchema $schema): array
60
72
61
73
62
74
75
+
63
76
```
64
77
**After**
65
78
@@ -73,6 +86,7 @@ public function schema(JsonSchema $schema): array
73
86
74
87
75
88
89
+
76
90
```
77
91
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
0 commit comments