fix(ui): align chatStream lifecycle type with nullable state
This commit is contained in:
parent
04985dab23
commit
2ab25babce
@ -34,7 +34,7 @@ type LifecycleHost = {
|
||||
chatLoading: boolean;
|
||||
chatMessages: unknown[];
|
||||
chatToolMessages: unknown[];
|
||||
chatStream: string;
|
||||
chatStream: string | null;
|
||||
logsAutoFollow: boolean;
|
||||
logsAtBottom: boolean;
|
||||
logsEntries: unknown[];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user