feat(rag): pass credentialId to online document preview and wire to data source store

This commit is contained in:
twwu
2025-08-08 14:26:38 +08:00
parent df5a4e5c08
commit b21d991fdb
3 changed files with 7 additions and 2 deletions

View File

@ -262,6 +262,7 @@ export type OnlineDocumentPreviewRequest = {
pageType: string
pipelineId: string
datasourceNodeId: string
credentialId: string
}
export type OnlineDocumentPreviewResponse = {