NPC Chat Summary
generateNpcChatSummaryControls the short summary spliced into the story when an NPC chat ends. Override the default guidance or add your own in custom.
"NPC Chat Summary Instructions"
- Editor location
- Files → AI → NPC Chat Summary
- Editor type
- Edit in Studio + View JSON
- Size limits
No character-length caps for this section.
Schema
{
"aiInstructions": {
"generateNpcChatSummary": {
"<key>": "string"
}
}
}Example
{
"aiInstructions": {
"generateNpcChatSummary": {
"Summary Guidance": "Write 2-3 concise sentences in third person past tense, as if narrating what happened in a story. Focus on key information exchanged and any notable moments.",
"custom": ""
}
}
}Fields
Summary Guidance
The default guidance ships with every world: two to three concise sentences in third person past tense, written as if narrating what happened in a story, focused on the key information exchanged and any notable moments. Edit the entry to replace that guidance.
custom
Only this task's named section and custom persist when the world is saved; other keys are dropped.
Free-form additions layered on top of the default guidance, for what a summary in your world must always capture or leave out.
Authoring pattern
Name the details a summary must preserve for your world to stay consistent, such as promises made, names learned or items handed over, and anything that should never be carried forward.