Skip to content

Commit 7905510

Browse files
Update vesearch.py (#284)
1 parent 70466b9 commit 7905510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veadk/tools/builtin_tools/vesearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def vesearch(query: str) -> str:
3030
bot_id = str(getenv("TOOL_VESEARCH_ENDPOINT"))
3131

3232
if api_key == "":
33-
return "Invoke `vesearch` failed. Please set VESEARCH_API_KEY as your environment variable."
33+
return "Invoke `vesearch` failed. Please set TOOL_VESEARCH_API_KEY as your environment variable."
3434
if bot_id == "":
3535
return "Invoke `vesearch` failed. Please set TOOL_VESEARCH_ENDPOINT as your environment variable."
3636

0 commit comments

Comments
 (0)