mirror of https://github.com/langgenius/dify.git
feat: add title property to DataSourceDefaultValue type in block-selector
This commit is contained in:
parent
9448d49305
commit
a67589d5db
|
|
@ -45,6 +45,7 @@ export type DataSourceDefaultValue = {
|
|||
provider_name: string
|
||||
datasource_name: string
|
||||
datasource_label: string
|
||||
title: string
|
||||
}
|
||||
|
||||
export type ToolValue = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue