tool oauth

This commit is contained in:
zxhlyh 2025-07-10 17:28:27 +08:00
parent 18699f8671
commit 5869d6aacc
1 changed files with 1 additions and 0 deletions

View File

@ -42,4 +42,5 @@ export type ToolValue = {
parameters?: Record<string, any>
enabled?: boolean
extra?: Record<string, any>
credential_id?: string
}