Feat: add external tool web search

This commit is contained in:
Grail Finder
2025-10-09 10:36:55 +03:00
parent dc183e3692
commit 314c07835e
7 changed files with 373 additions and 306 deletions

View File

@@ -15,6 +15,9 @@ type Config struct {
CurrentProvider string
APIMap map[string]string
FetchModelNameAPI string `toml:"FetchModelNameAPI"`
// ToolsAPI list?
SearchAPI string `toml:"SearchAPI"`
SearchDescribe string `toml:"SearchDescribe"`
//
ShowSys bool `toml:"ShowSys"`
LogFile string `toml:"LogFile"`