| 34 | chmctx "github.com/codehamr/codehamr/internal/ctx" |
| 35 | ) |
| 36 | |
| 37 | type Tool struct { |
| 38 | Type string `json:"type"` |
| 39 | Function FunctionDef `json:"function"` |
| 40 | } |
| 41 | |
| 42 | type FunctionDef struct { |
nothing calls this directly
no outgoing calls
no test coverage detected