From 314c07835e62f575ab8cd6f4c3c92bab8dd4f856 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 9 Oct 2025 10:36:55 +0300 Subject: Feat: add external tool web search --- config/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') 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"` -- cgit v1.2.3