mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
refactor(workflow): update output schema handling in tool and data source nodes for improved integration with plugin info
This commit is contained in:
@ -71,7 +71,7 @@ export const useConfig = (id: string, dataSourceList?: any[]) => {
|
||||
|
||||
const res: any[] = []
|
||||
if (!output_schema || !output_schema.properties)
|
||||
return []
|
||||
return res
|
||||
|
||||
Object.keys(output_schema.properties).forEach((outputKey) => {
|
||||
const output = output_schema.properties[outputKey]
|
||||
|
||||
Reference in New Issue
Block a user