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 6016f10 commit bd9ef37Copy full SHA for bd9ef37
veadk/tools/builtin_tools/run_code.py
@@ -43,7 +43,7 @@ def run_code(code: str, language: str, tool_context: ToolContext) -> str:
43
) # temporary service for code run tool
44
region = getenv("AGENTKIT_TOOL_REGION", "cn-beijing")
45
host = getenv(
46
- "AGENTKIT_TOOL_HOST", service + "." + region + ".volces.com "
+ "AGENTKIT_TOOL_HOST", service + "." + region + ".volces.com"
47
) # temporary host for code run tool
48
logger.debug(f"tools endpoint: {host}")
49
0 commit comments