mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
tool oauth
This commit is contained in:
parent
18699f8671
commit
5869d6aacc
@ -42,4 +42,5 @@ export type ToolValue = {
|
|||||||
parameters?: Record<string, any>
|
parameters?: Record<string, any>
|
||||||
enabled?: boolean
|
enabled?: boolean
|
||||||
extra?: Record<string, any>
|
extra?: Record<string, any>
|
||||||
|
credential_id?: string
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user