29 lines
617 B
YAML
29 lines
617 B
YAML
id: generic.markdown_summary
|
|
version: "1.0.0"
|
|
description: Generic markdown summary from transcript and glossary.
|
|
expected_inputs:
|
|
- transcript
|
|
- glossary
|
|
templates:
|
|
- role: system
|
|
content: |
|
|
You are a concise analysis assistant.
|
|
Write clear Markdown output.
|
|
- role: user
|
|
content: |
|
|
Summarize the following source transcript:
|
|
|
|
{{input "transcript"}}
|
|
|
|
Reference glossary:
|
|
|
|
{{input "glossary"}}
|
|
model_defaults:
|
|
endpoint: http://localhost:8000/v1
|
|
model: gpt-4o-mini
|
|
temperature: 0.2
|
|
max_tokens: 700
|
|
output_format: markdown
|
|
validation:
|
|
validation_mode: basic
|