Add example profiles, schemas, and an end-to-end local fixture
This commit is contained in:
28
profiles/generic.markdown_summary.yaml
Normal file
28
profiles/generic.markdown_summary.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
Reference in New Issue
Block a user