mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 04:47:50 +08:00
refactor: update variable naming for consistency and improve data source handling in pipeline components
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
import type { CommonNodeType } from '@/app/components/workflow/types'
|
||||
import type { RAGPipelineVariables } from '@/models/pipeline'
|
||||
|
||||
export type DataSourceNodeType = CommonNodeType
|
||||
export type DataSourceNodeType = CommonNodeType & {
|
||||
variables: RAGPipelineVariables
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user