fix(lint): fix gci import formatting in config.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
30db993993
commit
b150d7d523
1 changed files with 7 additions and 7 deletions
|
|
@ -800,13 +800,13 @@ type BaiduSearchConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type WebToolsConfig struct {
|
type WebToolsConfig struct {
|
||||||
ToolConfig ` envPrefix:"PICOCLAW_TOOLS_WEB_"`
|
ToolConfig ` envPrefix:"PICOCLAW_TOOLS_WEB_"`
|
||||||
Brave BraveConfig ` json:"brave"`
|
Brave BraveConfig ` json:"brave"`
|
||||||
Tavily TavilyConfig ` json:"tavily"`
|
Tavily TavilyConfig ` json:"tavily"`
|
||||||
DuckDuckGo DuckDuckGoConfig ` json:"duckduckgo"`
|
DuckDuckGo DuckDuckGoConfig ` json:"duckduckgo"`
|
||||||
Perplexity PerplexityConfig ` json:"perplexity"`
|
Perplexity PerplexityConfig ` json:"perplexity"`
|
||||||
SearXNG SearXNGConfig ` json:"searxng"`
|
SearXNG SearXNGConfig ` json:"searxng"`
|
||||||
GLMSearch GLMSearchConfig ` json:"glm_search"`
|
GLMSearch GLMSearchConfig ` json:"glm_search"`
|
||||||
BaiduSearch BaiduSearchConfig ` json:"baidu_search"`
|
BaiduSearch BaiduSearchConfig ` json:"baidu_search"`
|
||||||
// PreferNative controls whether to use provider-native web search when
|
// PreferNative controls whether to use provider-native web search when
|
||||||
// the active LLM supports it (e.g. OpenAI web_search_preview). When true,
|
// the active LLM supports it (e.g. OpenAI web_search_preview). When true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue