Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
func
(e *webFetchHTTPStatusError) Error() string {
73
return
fmt.Sprintf(
"HTTP %d: %s"
, e.code, e.status)
74
}
75
76
func
(b *webFetchBuiltin) GetName() string {
77
return
"web_fetch"
Callers
15
UploadTaskDocument
Method · 0.80
GetGlobalProviders
Method · 0.80
GetProviders
Method · 0.80
GetProvider
Method · 0.80
UpdateProvider
Method · 0.80
AddProvider
Method · 0.80
DeleteProvider
Method · 0.80
FetchProviderModels
Method · 0.80
Signin
Method · 0.80
Signout
Method · 0.80
autoLoginAdmin
Method · 0.80
GetAccount
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected