MCPcopy Create free account
hub / github.com/github/gh-aw / parseWebFetchTool

Function parseWebFetchTool

pkg/workflow/tools_parser.go:488–491  ·  view source on GitHub ↗

parseWebFetchTool converts raw web-fetch tool configuration

(val any)

Source from the content-addressed store, hash-verified

486
487// parseWebFetchTool converts raw web-fetch tool configuration
488func parseWebFetchTool(val any) *WebFetchToolConfig {
489 // web-fetch is either nil or an empty object
490 return &WebFetchToolConfig{}
491}
492
493// parseWebSearchTool converts raw web-search tool configuration
494func parseWebSearchTool(val any) *WebSearchToolConfig {

Callers 1

NewToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected