mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
@@ -69,7 +69,8 @@ export const createFileAttachment = async (req: Request) => {
|
|||||||
const nodeData = {
|
const nodeData = {
|
||||||
inputs: {
|
inputs: {
|
||||||
[fileInputField]: storagePath
|
[fileInputField]: storagePath
|
||||||
}
|
},
|
||||||
|
outputs: { output: 'document' }
|
||||||
}
|
}
|
||||||
|
|
||||||
let content = ''
|
let content = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user