(query string)
| 140 | } |
| 141 | |
| 142 | func (r *ToolRegistry) SearchDeferred(query string) []Tool { |
| 143 | return r.deferred.Search(query) |
| 144 | } |
| 145 | |
| 146 | func (r *ToolRegistry) GetAPISchemas() []map[string]any { |
| 147 | return r.GetAPISchemasFiltered(true, nil, false) |
no test coverage detected