modify addChatMessage

This commit is contained in:
chungyau97
2023-09-15 21:25:28 +08:00
parent bc7d95cf9d
commit 7b54f17a58
4 changed files with 35 additions and 29 deletions
+4
View File
@@ -2,6 +2,10 @@ import { ICommonObject, INode, INodeData as INodeDataFromComponent, INodeParams
export type MessageType = 'apiMessage' | 'userMessage'
export enum chatType {
INTERNAL = 'INTERNAL',
EXTERNAL = 'EXTERNAL'
}
/**
* Databases
*/