get_rolling_transcript
Retrieve the rolling transcript from a monitored live webcast, providing the last N minutes of text for LLM-based summarization or sentiment analysis.
Instructions
Retrieve the rolling transcript from a monitored stream.
Returns the concatenated text from the last N minutes, ideal for feeding into an LLM for summarisation or sentiment analysis of the earnings call in progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | ||
| minutes_back | No | How many minutes of transcript to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream_id | Yes | ||
| minutes_back | Yes | ||
| text | Yes | Concatenated transcript text | |
| segment_count | Yes | Number of transcript segments in window |