mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
fix bug where share chatflow is not able to open on any other browser
This commit is contained in:
@@ -9,10 +9,10 @@ export interface IChatFlow {
|
||||
id: string
|
||||
name: string
|
||||
flowData: string
|
||||
apikeyid: string
|
||||
deployed: boolean
|
||||
isPublic: boolean
|
||||
updatedDate: Date
|
||||
createdDate: Date
|
||||
apikeyid?: string
|
||||
chatbotConfig?: string
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ export interface IChatMessage {
|
||||
content: string
|
||||
chatflowid: string
|
||||
createdDate: Date
|
||||
sourceDocuments: string
|
||||
sourceDocuments?: string
|
||||
}
|
||||
|
||||
export interface ITool {
|
||||
@@ -30,8 +30,8 @@ export interface ITool {
|
||||
name: string
|
||||
description: string
|
||||
color: string
|
||||
schema: string
|
||||
func: string
|
||||
schema?: string
|
||||
func?: string
|
||||
updatedDate: Date
|
||||
createdDate: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user