Document D&D item event support
This commit is contained in:
@@ -50,11 +50,13 @@ needed. This is data deletion, not cache cleanup.
|
||||
|
||||
The maintained [complete D&D configuration](../examples/dnd-complete.config.yml)
|
||||
contains one pipeline with two ordered steps. The first step extracts and
|
||||
normalizes NPCs and scene descriptions. Only after those lanes reach accepted
|
||||
terminal results does the second step begin; its generated NPC reference is
|
||||
normalizes independent item events, NPCs, and scene descriptions. Only after
|
||||
the NPC and scene-description lanes reach accepted terminal results does the
|
||||
second step begin; its generated NPC reference is
|
||||
supplied in memory to spell, combat-turn, and NPC-interaction extraction and
|
||||
the applicable normalizers, while its generated scene-description reference is
|
||||
supplied to combat-turn extraction.
|
||||
supplied to combat-turn extraction. The item-event lane has no generated
|
||||
reference dependency and retains only current-transcript evidence.
|
||||
|
||||
```sh
|
||||
go run ./cmd/notarius run dnd-session \
|
||||
|
||||
Reference in New Issue
Block a user