feat(chat): add Querit web search provider (#17813)

This commit is contained in:
EthanZhang
2026-08-05 09:54:46 +08:00
committed by GitHub
parent 4d68e154ce
commit bdcd8aadde
32 changed files with 1253 additions and 134 deletions

View File

@@ -184,6 +184,9 @@ func TestChatbotInfo_HasTavilyKey(t *testing.T) {
if resp.Data["has_tavily_key"] != true {
t.Errorf("has_tavily_key = %v, want true", resp.Data["has_tavily_key"])
}
if resp.Data["has_web_search_provider"] != true {
t.Errorf("has_web_search_provider = %v, want true", resp.Data["has_web_search_provider"])
}
}
// TestChatbotInfo_ForeignTenant covers criterion 15.