Token state not showing on load, or after message is finished. (#5606)
This commit is contained in:
@@ -374,6 +374,7 @@ export type MessageEvent = {
|
||||
type: 'Error';
|
||||
} | {
|
||||
reason: string;
|
||||
token_state: TokenState;
|
||||
type: 'Finish';
|
||||
} | {
|
||||
mode: string;
|
||||
|
||||
Reference in New Issue
Block a user