Update documentation to reflect the implemented chunking module

This commit is contained in:
2026-07-05 08:40:24 -05:00
parent 86bff552c1
commit 11d8187052
3 changed files with 5 additions and 352 deletions

View File

@@ -57,15 +57,15 @@ approved.
"pipeline_id": "dnd-session",
"pipeline_digest": "sha256:...",
"input_module": "seriatim",
"chunker": "generic",
"chunker": "dnd/scenes",
"module_metadata": {
"chunker": {
"prompt_id": "dnd.scenes",
"prompt_version": "v1",
"prompt_sha256": "sha256:...",
"response_schema_key": "dnd_scenes",
"response_schema_id": "schema-dnd-scenes",
"response_schema_name": "dnd_scenes",
"response_schema_id": "notarius.dnd.scenes",
"response_schema_name": "notarius_dnd_scenes_v1",
"response_schema_version": "v1",
"response_schema_sha256": "sha256:..."
}
@@ -98,6 +98,8 @@ approved.
Fields with empty values may be omitted by JSON encoding.
`module_metadata` is omitted when no singleton module provides metadata.
`validation_status` is `approved` when no candidates were rejected and
`rejected` when one or more candidates were rejected.