echosaw_ask_media
Ask a natural-language question and get a synthesized answer grounded in your analyzed media (retrieval-augmented generation over transcripts, summaries, and spoken passages). Returns the answer plus the source media it drew from. Use this when you want an answer rather than a ranked list of matching items (for the list, use echosaw_search_media). Optionally restrict the question to specific media with mediaIds, and pass conversationId to continue a prior exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaIds | No | Optional list of media IDs to restrict the question to. When omitted, the most relevant media across your library is retrieved automatically. | |
| question | Yes | The question to answer from your media library (e.g., "What did the CFO say about Q3 margins?") | |
| conversationId | No | Optional conversation ID from a previous echosaw_ask_media response, to continue that conversation with follow-up questions. |