mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: Add original_document_id to pipeline settings and update API key mutation paths
This commit is contained in:
@ -203,6 +203,7 @@ export type PublishedPipelineRunRequest = {
|
||||
start_node_id: string
|
||||
datasource_type: DatasourceType
|
||||
datasource_info_list: Array<Record<string, any>>
|
||||
original_document_id?: string
|
||||
is_preview: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user