| 44 | } |
| 45 | |
| 46 | type Property struct { |
| 47 | Type string `json:"type"` |
| 48 | Description string `json:"description"` |
| 49 | Enum []string `json:"enum,omitempty"` |
| 50 | } |
| 51 | |
| 52 | type Tool struct { |
| 53 | Id string `json:"id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected