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

Method Error

tool/web_fetch.go:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (e *webFetchHTTPStatusError) Error() string {
73 return fmt.Sprintf("HTTP %d: %s", e.code, e.status)
74}
75
76func (b *webFetchBuiltin) GetName() string {
77 return "web_fetch"

Callers 15

UploadTaskDocumentMethod · 0.80
GetGlobalProvidersMethod · 0.80
GetProvidersMethod · 0.80
GetProviderMethod · 0.80
UpdateProviderMethod · 0.80
AddProviderMethod · 0.80
DeleteProviderMethod · 0.80
FetchProviderModelsMethod · 0.80
SigninMethod · 0.80
SignoutMethod · 0.80
autoLoginAdminMethod · 0.80
GetAccountMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected