MCPcopy
hub / github.com/the-open-agent/openagent / GetInputSchema

Method GetInputSchema

tool/image_search.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (t *imageSearchBuiltin) GetInputSchema() interface{} {
101 return (&webSearchBuiltin{}).GetInputSchema()
102}
103
104func (t *imageSearchBuiltin) Execute(ctx context.Context, arguments map[string]interface{}) (*protocol.CallToolResult, error) {
105 if isVision, ok := ctx.Value(modelVisionContextKey{}).(bool); ok && !isVision {

Callers

nothing calls this directly

Calls 1

GetInputSchemaMethod · 0.65

Tested by

no test coverage detected