mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-17 05:24:25 +01:00
11 lines
408 B
YAML
11 lines
408 B
YAML
name: action_items_todo
|
|
description: Extract action items and todos from the transcript
|
|
model: llama2 # Optional, falls back to OLLAMA_MODEL from .env
|
|
type: or # or, and, all
|
|
prompt: |
|
|
Extract action items and todos from the following transcript.
|
|
Format each item as a markdown checkbox.
|
|
If there are no action items or todos, output "No action items or todos found."
|
|
|
|
Transcript:
|
|
{transcript} |