Consolidate grounded event extraction instructions
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Return the interactions array even when no interaction is established. Every
|
||||
record must contain name, kind, and source_refs. Cite transcript ranges that
|
||||
support both the NPC identity and the interaction kind.
|
||||
Extract Dungeons & Dragons NPC interaction occurrences from the supplied
|
||||
transcript. Include an occurrence only when the transcript establishes one
|
||||
supplied NPC, one interaction kind, and a coherent passage supporting both.
|
||||
Use only names from the supplied NPC registry.
|
||||
|
||||
Do not summarize, infer relationships, sentiment, factions, motives, aliases,
|
||||
or persistent state. Do not identify player characters, anonymous groups, or
|
||||
invented NPCs. Keep occurrences within this transcript chunk. Split records
|
||||
when an NPC's interaction kind changes, when combat alignment changes, or when
|
||||
an NPC is first mentioned and later becomes present.
|
||||
|
||||
Use exactly one kind per occurrence:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user