mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
feat(rag): pass credentialId to online document preview and wire to data source store
This commit is contained in:
@ -262,6 +262,7 @@ export type OnlineDocumentPreviewRequest = {
|
||||
pageType: string
|
||||
pipelineId: string
|
||||
datasourceNodeId: string
|
||||
credentialId: string
|
||||
}
|
||||
|
||||
export type OnlineDocumentPreviewResponse = {
|
||||
|
||||
Reference in New Issue
Block a user