25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"health": {
|
|
"provider": "python-local",
|
|
"enabled": true,
|
|
"healthy": true
|
|
},
|
|
"summarize_entry": {
|
|
"request": {
|
|
"content": "Entry content for deterministic summary.",
|
|
"file_stem": "2026-02-22"
|
|
},
|
|
"response": "Deterministic summary fixture response."
|
|
},
|
|
"summarize_all": {
|
|
"request": {
|
|
"entries": [
|
|
"Entry one fixture text.",
|
|
"Entry two fixture text."
|
|
]
|
|
},
|
|
"response": "Deterministic aggregate summary fixture response."
|
|
}
|
|
}
|
|
|