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

@ -87,6 +87,7 @@ export type ToolValue = {
enabled?: boolean
extra?: { description?: string } & Record<string, unknown>
credential_id?: string
type?: string
}
export type DataSourceItem = {