This commit is contained in:
wly2lcl 2026-03-26 09:41:48 +08:00 committed by GitHub
commit f6e7b7214b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -389,6 +389,12 @@ func DefaultConfig() *Config {
Enabled: true,
MaxResults: 5,
},
Tavily: TavilyConfig{
Enabled: false,
APIKey: "",
BaseURL: "",
MaxResults: 5,
},
Perplexity: PerplexityConfig{
Enabled: false,
MaxResults: 5,