| 82 | } |
| 83 | |
| 84 | type webSearchBuiltin struct { |
| 85 | engine webSearchEngine |
| 86 | apiKey string |
| 87 | searchEngineID string |
| 88 | endpoint string |
| 89 | httpClient *http.Client |
| 90 | } |
| 91 | |
| 92 | const ( |
| 93 | webSearchDefaultCount = 5 |
nothing calls this directly
no outgoing calls
no test coverage detected