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 70466b9 commit 7905510Copy full SHA for 7905510
veadk/tools/builtin_tools/vesearch.py
@@ -30,7 +30,7 @@ def vesearch(query: str) -> str:
30
bot_id = str(getenv("TOOL_VESEARCH_ENDPOINT"))
31
32
if api_key == "":
33
- return "Invoke `vesearch` failed. Please set VESEARCH_API_KEY as your environment variable."
+ return "Invoke `vesearch` failed. Please set TOOL_VESEARCH_API_KEY as your environment variable."
34
if bot_id == "":
35
return "Invoke `vesearch` failed. Please set TOOL_VESEARCH_ENDPOINT as your environment variable."
36
0 commit comments