From 7856f5730c28a60413a926c116a0abaa01d01182 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 8 Mar 2026 11:11:00 -0700 Subject: [PATCH] Web search: allowlist Perplexity auth source type name --- src/agents/tools/web-search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/tools/web-search.ts b/src/agents/tools/web-search.ts index 72ab3cc9156..1501063a9cf 100644 --- a/src/agents/tools/web-search.ts +++ b/src/agents/tools/web-search.ts @@ -667,7 +667,7 @@ function inferPerplexityBaseUrlFromApiKey(apiKey?: string): PerplexityBaseUrlHin function resolvePerplexityBaseUrl( perplexity?: PerplexityConfig, - authSource: PerplexityApiKeySource = "none", + authSource: PerplexityApiKeySource = "none", // pragma: allowlist secret configuredKey?: string, ): string { const fromConfig =