Skip to content

docs: add SSE Event Names section to AI connections - #177

Open
kritinv wants to merge 1 commit into
mainfrom
docs/sse-event-names
Open

docs: add SSE Event Names section to AI connections#177
kritinv wants to merge 1 commit into
mainfrom
docs/sse-event-names

Conversation

@kritinv

@kritinv kritinv commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a new SSE Event Names section to the AI Connections settings page documenting the SSE-streaming event-name config (recently added to the platform).

It covers:

  • Actual Output Event (optional) — which event's frames build the actual output; blank = every frame.
  • Accumulate Frames toggle — on = concatenate deltas (token-by-token), off (default) = latest frame wins (snapshots).
  • Retrieval Context / Tools Called / State Events — read once from the final frame of the named event, since they can't be accumulated.

Includes a concrete SSE stream example mapping each value to its event, plus cross-links to the existing key path, transformers, and multi-turn state sections. Behavior was verified against ping_streaming.py / verify.py in confident-cloud.

Test plan

  • fern check[docs]: ✓ All checks passed (the 8 [api] errors are pre-existing in metrics.yml and unrelated)
  • Visual review of the rendered page (anchors: #actual-output-key-path, #transformers, #configure-multiturn-state)

Made with Cursor

Document how to set SSE event names for SSE Streaming connections,
covering the optional actual output event, the accumulate frames
toggle, and the retrieval context / tools called / state events that
are read from the final frame of a named event.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant