Merge remote-tracking branch 'origin/feat/exa-search' into deploy/pi-integration

This commit is contained in:
I Putu Eddy Irawan
2026-03-03 22:29:10 +07:00
5 changed files with 318 additions and 1 deletions
+3
View File
@@ -118,6 +118,9 @@ func registerSharedTools(
PerplexityAPIKey: cfg.Tools.Web.Perplexity.APIKey,
PerplexityMaxResults: cfg.Tools.Web.Perplexity.MaxResults,
PerplexityEnabled: cfg.Tools.Web.Perplexity.Enabled,
ExaAPIKey: cfg.Tools.Web.Exa.APIKey,
ExaMaxResults: cfg.Tools.Web.Exa.MaxResults,
ExaEnabled: cfg.Tools.Web.Exa.Enabled,
Proxy: cfg.Tools.Web.Proxy,
})
if err != nil {