mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 09:02:07 +00:00
docs: add comment about cumulative delta behavior
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user