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
@@ -51,6 +59,7 @@ public function schema(JsonSchema $schema): array
51
59
}
52
60
53
61
62
+
54
63
```
55
64
**After**
56
65
@@ -63,6 +72,7 @@ public function schema(JsonSchema $schema): array
63
72
}
64
73
65
74
75
+
66
76
```
67
77
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