Add maintained examples and clean up legacy documentation paths

This commit is contained in:
2026-05-26 03:33:25 +00:00
parent 5830fda516
commit c3fe88c9fa
11 changed files with 54 additions and 497 deletions

18
examples/http-run.json Normal file
View File

@@ -0,0 +1,18 @@
{
"prompt_id": "generic.markdown_summary",
"profile_id": "local-fast",
"inputs": {
"transcript": {
"type": "file",
"uri": "./examples/fixtures/transcript.md"
},
"glossary": {
"type": "file",
"uri": "./examples/fixtures/glossary.yml"
}
},
"vars": {
"session_date": "2026-05-04"
},
"include_raw_output": false
}