mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
add return source documents functioanality
This commit is contained in:
@@ -17,6 +17,9 @@ export class ChatMessage implements IChatMessage {
|
||||
@Column()
|
||||
content: string
|
||||
|
||||
@Column({ nullable: true })
|
||||
sourceDocuments: string
|
||||
|
||||
@CreateDateColumn()
|
||||
createdDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user