datasource

This commit is contained in:
zxhlyh
2025-05-23 18:19:01 +08:00
parent db4958be05
commit e7370766bd
6 changed files with 98 additions and 45 deletions

View File

@ -38,6 +38,7 @@ const DataSources = ({
provider_name: toolDefaultValue?.provider_name,
datasource_name: toolDefaultValue?.tool_name,
datasource_label: toolDefaultValue?.tool_label,
title: toolDefaultValue?.title,
})
}, [onSelect])