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