Inspect the deployment logs.
01
Overview
Render a reduced, bounded child-session transcript inline without adding another composer or full Chat layout.
Usage
02
When to use
Use when
- A tool or delegated session needs to expose its child transcript inline.
Avoid when
- The child conversation should be a separate full-size Chat surface.
03
Examples
Nested session transcript
A reduced child conversation rendered inside its parent workflow.
04
Props
Name | Type | Default | Description |
|---|---|---|---|
conversation required | ConversationHistory | ||
live | boolean | false | Keeps the child transcript visually active while its owner is running. |
label | text | 'Nested session transcript' | Optional label for the nested transcript landmark. |
row | snippet | Render a custom row while retaining the child transcript shell. |