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

Function parseWebSearchTool

pkg/workflow/tools_parser.go:494–497  ·  view source on GitHub ↗

parseWebSearchTool converts raw web-search tool configuration

(val any)

Source from the content-addressed store, hash-verified

492
493// parseWebSearchTool converts raw web-search tool configuration
494func parseWebSearchTool(val any) *WebSearchToolConfig {
495 // web-search is either nil or an empty object
496 return &WebSearchToolConfig{}
497}
498
499// parseEditTool converts raw edit tool configuration
500func parseEditTool(val any) *EditToolConfig {

Callers 1

NewToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected