Dialog Definitions
Dialog Definitions Define the character's language habits, tone of voice, etc. by giving dialogue examples. This example will have a big impact on how this character will be spoken to later.
An example of the format of a conversation:
The syntax matters for the system to recognize each message and who said it.
It needs to be their name, followed by a colon (:), followed by a space, then the text they said, including multiline statements
name: something they said
These are both models of how your Character talks (words, slang) as well as what it talks about (topics, interests)
Using Variables
You can use some variables in your definition and they will be recognized and replaced anywhere in the text.
"{{char}}" refers to your character's name
"{{user}}" refers to the user (the person you are talking to now)
Last updated