mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 16:38:01 +08:00
feat(chat): add Querit web search provider (#17813)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user