Document completed LLM and reference expansion

This commit is contained in:
2026-07-05 16:42:15 +00:00
parent c1ba94192d
commit 3aa88ab9d3
6 changed files with 53 additions and 474 deletions

View File

@@ -102,6 +102,17 @@ go run ./cmd/notarius run dnd-session \
--reference spells.extract.glossary=./campaign-glossary.txt
```
The same grammar can target chunk and normalize slots when the configured
modules declare them:
```sh
go run ./cmd/notarius run dnd-session \
--config path/to/config.yml \
--input examples/seriatim-minimal-transcript.json \
--reference chunk.scene_guide=./campaign-scenes.txt \
--reference spells.normalize.normalization_notes=./normalization-notes.txt
```
Use `--without-reference` to remove a configured optional binding for a run:
```sh