You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`messageId`| Identifier for the `ActivityMessage` this event updates |
465
+
|`activityType`| Activity discriminator (for example `"PLAN"`, `"SEARCH"`) |
466
+
|`content`| Structured JSON payload representing the full activity state |
467
+
|`replace`| Optional. Defaults to `true`. When `false`, ignore the snapshot if the message already exists |
467
468
468
469
Frontends should either create a new `ActivityMessage` or replace the existing
469
470
one with the payload supplied by the snapshot.
@@ -529,33 +530,6 @@ implementation across frontends and agents.
529
530
530
531
These events are currently in draft status and may change before finalization. They represent proposed extensions to the protocol that are under active development and discussion.
0 commit comments