Fragments use the +<name> prefix so they show up under "Unreleased" without a PR-number suffix; rename to <PR#>.<type>.md before merge.
339 B
339 B
UserTurnStoppedMessage.contentis now typedstr | None. In realtime mode (RealtimeServiceModeConfig(context_writes_await_turns=False)) the user message isn't finalized at turn-stop time, socontentisNone; subscribers wanting the finalized text should use the newon_user_message_addedevent. Cascade behavior is unchanged.