diff options
author | Grail Finder <wohilas@gmail.com> | 2025-10-09 10:36:55 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-10-09 12:23:48 +0300 |
commit | 314c07835e62f575ab8cd6f4c3c92bab8dd4f856 (patch) | |
tree | 63e536f45639c061d7acb58373ff2df84f788f52 /config/config.go | |
parent | dc183e3692711e566226bbe2e462498ca9762687 (diff) |
Feat: add external tool web search
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index b3eaace..d73bf28 100644 --- a/config/config.go +++ b/config/config.go @@ -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"` |