This commit is contained in:
Hua 2026-02-16 07:55:50 +00:00
parent b5cab62d7a
commit f1d124177d
3 changed files with 5 additions and 6 deletions

View file

@ -50,4 +50,3 @@ func TestBaseChannelIsAllowed(t *testing.T) {
})
}
}

View file

@ -184,7 +184,7 @@ type PerplexityConfig struct {
type WebToolsConfig struct {
Brave BraveConfig `json:"brave"`
DuckDuckGo DuckDuckGoConfig `json:"duckduckgo"`
Perplexity PerplexityConfig `json:"perplexity"`
Perplexity PerplexityConfig `json:"perplexity"`
}
type ToolsConfig struct {