Extract Action Items
extract_action_itemsExtract action items from a meeting transcript and return a JSON list of tasks with owners and due dates.
Instructions
Extract action items from a meeting transcript. Returns a JSON list of tasks with owner and due date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Ollama model to use (optional) | |
| transcriptText | Yes | Full transcript text |