parseWebFetchTool converts raw web-fetch tool configuration
(val any)
| 486 | |
| 487 | // parseWebFetchTool converts raw web-fetch tool configuration |
| 488 | func 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 |
| 494 | func parseWebSearchTool(val any) *WebSearchToolConfig { |