mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: add storeContextData for outcome
This commit is contained in:
parent
537815c954
commit
e9de8c64d0
@ -205,6 +205,14 @@ export class BotService {
|
||||
block.attachedBlock,
|
||||
);
|
||||
}
|
||||
|
||||
await this.conversationService.storeContextData(
|
||||
convo,
|
||||
nextBlock,
|
||||
event,
|
||||
false,
|
||||
);
|
||||
|
||||
return await this.triggerBlock(event, convo, nextBlock, fallback);
|
||||
} else {
|
||||
this.logger.warn(
|
||||
|
Loading…
Reference in New Issue
Block a user