mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 16:57:59 +08:00
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
Block a user