We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa0ef0 + 2ff9480 commit 66cb1b2Copy full SHA for 66cb1b2
1 file changed
pkg/tools/tools.go
@@ -28,7 +28,7 @@ type ToolType string
28
29
type Tool struct {
30
Function *FunctionDefinition `json:"function,omitempty"`
31
- Handler ToolHandler `json:"handler,omitempty"`
+ Handler ToolHandler `json:"-"`
32
}
33
34
type FunctionDefinition struct {
0 commit comments