We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0689449 commit 2ede63cCopy full SHA for 2ede63c
veadk/tools/builtin_tools/vesearch.py
@@ -32,7 +32,7 @@ def vesearch(query: str) -> str:
32
if api_key == "":
33
return "Invoke `vesearch` failed. Please set VESEARCH_API_KEY as your environment variable."
34
if bot_id == "":
35
- return "Invoke `vesearch` failed. Please set VESEARCH_BOT_ID as your environment variable."
+ return "Invoke `vesearch` failed. Please set TOOL_VESEARCH_ENDPOINT as your environment variable."
36
37
URL = "https://open.feedcoopapi.com/agent_api/agent/chat/completion"
38
headers = {"Authorization": f"Bearer {api_key}", "Content-Type": "application/json"}
0 commit comments