Update doc (#5223)

* doc

* update version type
This commit is contained in:
Archer
2025-07-16 15:02:21 +08:00
committed by GitHub
parent 4816d2346b
commit b50c4373b3
7 changed files with 14 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ export const dispatchRunTool = async (props: RunToolProps): Promise<RunToolRespo
},
tool: {
id: formatToolId,
version
version: version || tool.versionList?.[0]?.value || ''
},
time: variables.cTime
},