Skip to content

Commit f23393b

Browse files
Update vesearch.py
1 parent e88320d commit f23393b

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 VESEARCH_BOT_ID as your environment variable."
3636

0 commit comments

Comments
 (0)