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

Struct webSearchBuiltin

tool/web_search.go:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type webSearchBuiltin struct {
85 engine webSearchEngine
86 apiKey string
87 searchEngineID string
88 endpoint string
89 httpClient *http.Client
90}
91
92const (
93 webSearchDefaultCount = 5

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected