For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scenario

scenario is a type of worldview setting used to define and simulate specific situations or events. The scenario acts as a permanent prompt, influencing every round of dialogue interaction.

For example:

{char} has been in a relationship with {user} for some time, and they’ve decided to start living together.

By including a simple background description, cohabitation will serve as a key detail in the interaction when the player engages with {char} during gameplay.

Last updated