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
@@ -78,6 +90,7 @@ public function schema(JsonSchema $schema): array
78
90
79
91
80
92
93
+
81
94
```
82
95
**After**
83
96
@@ -93,6 +106,7 @@ public function schema(JsonSchema $schema): array
93
106
94
107
95
108
109
+
96
110
```
97
111
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