fix: fix tool type is miss (#32042)

This commit is contained in:
wangxiaolei
2026-02-06 14:38:15 +08:00
committed by GitHub
parent e988266f53
commit a297b06aac
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,
}
}, [])