mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-28 05:43:57 +02:00
fix: stabilize streamed message rendering
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -133,6 +133,7 @@ export interface TurnDeltaEvent {
|
||||
messageId: string;
|
||||
authorName: string;
|
||||
contentDelta: string;
|
||||
content?: string;
|
||||
}
|
||||
|
||||
export interface TurnCompleteEvent {
|
||||
|
||||
Reference in New Issue
Block a user