chat_with_transcript
Ask a question about an existing transcript and get an answer from the model, with the transcript as context. SPENDS THE ACCOUNT'S LLM CREDITS — every message is billed against them. If you already hold the transcript text, answering directly is cheaper and usually just as good; this is for when you do not. Pass back the returned conversation_id to continue a thread. Requires an OAuth 2.1 user access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The question to ask about the transcript. | |
| conversation_id | No | Continue an existing thread. Omit to start a new one. | |
| transcription_id | Yes | A completed transcription id. |