Document behavior of cumulative message content in ChatEvent interface

This commit is contained in:
luccast
2026-01-28 09:29:18 -05:00
parent 78ddc4cea3
commit 5e53b2a70c
+1
View File
@@ -60,6 +60,7 @@ export interface PresenceEntry {
}
// Chat events
// Note: gateway sends cumulative message content with each delta, not incremental chars
export interface ChatEvent {
runId: string
sessionKey: string