Skip to content

Commit 3095190

Browse files
authored
fix: skills space api host (#521)
1 parent 0a683f1 commit 3095190

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

veadk/tools/skills_tools/download_skills_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def download_skills_tool(
7070
sld = "byteplusapi"
7171
default_region = "ap-southeast-1"
7272
else:
73-
sld = "volces"
73+
sld = "volcengineapi"
7474
default_region = "cn-beijing"
7575

7676
# Get service configuration

veadk/tools/skills_tools/register_skills_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def register_skills_tool(
9292
sld = "byteplusapi"
9393
default_region = "ap-southeast-1"
9494
else:
95-
sld = "volces"
95+
sld = "volcengineapi"
9696
default_region = "cn-beijing"
9797

9898
agentkit_tool_service = os.getenv("AGENTKIT_TOOL_SERVICE_CODE", "agentkit")

0 commit comments

Comments
 (0)