mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
V4.6.6-1 (#656)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
export enum EventNameEnum {
|
||||
sendQuestion = 'sendQuestion',
|
||||
editQuestion = 'editQuestion',
|
||||
updaterNode = 'updaterNode'
|
||||
|
||||
// flow
|
||||
requestFlowEvent = 'requestFlowEvent',
|
||||
requestFlowStore = 'requestFlowStore',
|
||||
receiveFlowStore = 'receiveFlowStore'
|
||||
}
|
||||
type EventNameType = `${EventNameEnum}`;
|
||||
|
||||
|
Reference in New Issue
Block a user