Skip to content

Transcript

Transcript(__namedParameters): ReactElement

Defined in: react/components/agent/transcript.tsx:29

The scrollback container for an agent conversation: a vertical, scrollable region that tails — it stays pinned to the latest turn as content streams in, until the user scrolls up to read history (and re-pins when they return to the bottom). Fills its parent; drop your turn components inside.

<Transcript style={{ height: "1fr" }}>
<ChatBubble role="user"></ChatBubble>
<ChatBubble role="assistant"></ChatBubble>
<ToolRender call={} />
</Transcript>

TranscriptProps

ReactElement