Skip to content

Commit

Permalink
explain conversations with other characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 4, 2024
1 parent d5fdb0b commit d4bf336
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/guides/player.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [Rendering events in Discord](#rendering-events-in-discord)
- [Prompt syntax](#prompt-syntax)
- [Prompt action syntax](#prompt-action-syntax)
- [Prompt replies](#prompt-replies)

## Playing in Discord

Expand Down Expand Up @@ -76,3 +77,15 @@ There are some limits on this syntax:
- this is also true in Python and should not be a problem
- the values cannot contain `,`
- this is a problem and support for quotes is needed

### Prompt replies

While playing TaleWeave AI, the LLM-powered characters can ask you questions and start conversations with your
character. When this happens, you will be prompted with their question or message.

You can end the conversation by ending your reply with `END`, which includes a reply that only contains `END`.
Ending the conversation on your first reply without providing any other text will ignore the character that was
talking to you.

Your reply will be taken literally, other than the `END` suffix. If you provide text along with the `END` suffix,
the suffix will be removed and the rest of the text will be sent to the other character as your reply.

0 comments on commit d4bf336

Please sign in to comment.