mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
tool setting schema
This commit is contained in:
@ -27,6 +27,6 @@ export type ToolDefaultValue = {
|
||||
title: string
|
||||
is_team_authorization: boolean
|
||||
params: Record<string, any>
|
||||
paramSchemas: Record<string, any>
|
||||
paramSchemas: Record<string, any>[]
|
||||
output_schema: Record<string, any>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user