fix: fix tool type is miss (#32042)

This commit is contained in:
wangxiaolei
2026-02-06 14:38:15 +08:00
committed by NFish
parent 075e90a253
commit 9898df5ed5
6 changed files with 5 additions and 239 deletions

View File

@ -129,6 +129,7 @@ export const useToolSelectorState = ({
extra: {
description: tool.tool_description,
},
type: tool.provider_type,
}
}, [])