Token state not showing on load, or after message is finished. (#5606)

This commit is contained in:
David Katz
2025-11-06 13:27:45 -05:00
committed by GitHub
parent 9d88155932
commit c8d2d47c6f
7 changed files with 38 additions and 29 deletions
+1
View File
@@ -374,6 +374,7 @@ export type MessageEvent = {
type: 'Error';
} | {
reason: string;
token_state: TokenState;
type: 'Finish';
} | {
mode: string;