mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
add full page chatbot and react chatbot
This commit is contained in:
@@ -13,6 +13,7 @@ export interface IChatFlow {
|
||||
deployed: boolean
|
||||
updatedDate: Date
|
||||
createdDate: Date
|
||||
chatbotConfig?: string
|
||||
}
|
||||
|
||||
export interface IChatMessage {
|
||||
|
||||
@@ -19,6 +19,9 @@ export class ChatFlow implements IChatFlow {
|
||||
@Column()
|
||||
deployed: boolean
|
||||
|
||||
@Column({ nullable: true })
|
||||
chatbotConfig?: string
|
||||
|
||||
@CreateDateColumn()
|
||||
createdDate: Date
|
||||
|
||||
|
||||
Reference in New Issue
Block a user