Documentation ¶ Index ¶ func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output] type Input type Output Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewTool ¶ func NewTool(collibraClient *http.Client) *chip.Tool[Input, Output] Types ¶ type Input ¶ type Input struct { ClassificationMatchID string `` /* 145-byte string literal not displayed */ } type Output ¶ type Output struct { Success bool `json:"success" jsonschema:"Whether the classification match was successfully removed"` Error string `json:"error,omitempty" jsonschema:"Error message if the operation failed"` } Source Files ¶ View all Source files tool.go Click to show internal directories. Click to hide internal directories.