core: add custom chat event

This commit is contained in:
Evgeny Poberezkin
2025-05-23 10:40:04 +01:00
parent 1b75ca5258
commit e8968653ef
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -854,6 +854,7 @@ data ChatEvent
| CEvtChatErrors {chatErrors :: [ChatError]}
| CEvtTimedAction {action :: String, durationMilliseconds :: Int64}
| CEvtTerminalEvent TerminalEvent
| CEvtCustomChatEvent {user_ :: Maybe User, response :: Text}
deriving (Show)
data TerminalEvent