TranscriptTurn
components/transcript/Turn.vue
One turn's message stack — purely presentational, iterating `turn.messages` through TranscriptMessage. A turn's title/summary never render inline here; they only surface in TranscriptNavigator's hover flyout.
Can you bump our webhook rate limit? We keep getting throttled during traffic spikes.
AR
Updating the webhooks block now.
components/transcript/Turn.vue
Usage
<TranscriptTurn
:turn = "(required)"
userName = "(required)"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| turn | Object | (required) | TranscriptTurn — { title: string, summary: string, messages: TranscriptMessage[] }. |
| userName | String | (required) | Forwarded to each TranscriptMessage for the user side's avatar. |