Skip to content

Commit df47cc3

Browse files
bug: remove duplicate field which breaks tooldef rendering
1 parent 3e8b23c commit df47cc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tool.go

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ type ToolNode struct {
105105
type Tool struct {
106106
ToolDef `json:",inline"`
107107
ID string `json:"id,omitempty"`
108-
Arguments *openapi3.Schema `json:"arguments,omitempty"`
109108
ToolMapping map[string][]ToolReference `json:"toolMapping,omitempty"`
110109
LocalTools map[string]string `json:"localTools,omitempty"`
111110
Source ToolSource `json:"source,omitempty"`

0 commit comments

Comments
 (0)