How it works
Last updated
Last updated
AI Chat is a simple way of creating chat threads with characters that you create yourself without using advanced features such as characters and behaviours. You will be able to chat with a specific character but there will be no automatic interaction on the server.
CharacterWeaver allows you to create characters with customizable and automatic behaviors. The first thing you'll do is create the characters you want to add.
By default, a character has no behavior and never interacts on your server.
CharacterWeaver allows you to create behaviors that are triggered automatically when certain events are called. For example, a message sent by a user or a new member who joins your server.
It is possible to create several behaviors, each behavior is associated with a specific event. The list of available events can be found .
β οΈ The name you give to a behavior is never visible and only serves as an identifier. The identifier will be used when you change it, so choose something short like "auto-response".
A behavior is firstly composed of actions. An action is triggered when a behavior is triggered (therefore depending on the type of event). The list of available action types can be found .
An action is for example, sending a message. So if you have created a behavior with the event type, and you configure an action that sends a message, it is possible to simulate a conversation.
π‘ As with behaviors, the name you give to an action is never visible and only serves as an identifier.
Once your behavior is created, you can add it to one or more characters with the command
/character behavior add <character_name> <behavior_name>
π‘ As with behaviors or actions, the name you give to an filter is never visible and only serves as an identifier.
is the information page on action creation
By default, an event associated with a behavior is very general and it is intentional. Typically, the event is triggered when anyone sends a message in any channel on your server. This is not always what you want to do, which is why there is a way to βfilterβ these events.
It is possible to add several filters to a behavior precisely to prevent it from being too general. It is possible, for example, to only trigger events (and therefore actions) if a message is sent in a certain . The list of available filters types can be found .
is the information page on filter creation
To understand how placeholders work, refer to page.