charisma-ai / charisma-sdk-js

Charisma.ai SDK for Javascript (browser)
MIT License
10 stars 3 forks source link

Add a new ChatMode to when other characters are talking. #40

Open samuelbeard opened 3 months ago

samuelbeard commented 3 months ago

There are currently two ChatModes that are sent from the react sdk. "Chat" and "Tap". When characters are talking and not expecting the player to talk, it would be good for there to be a ChatMode of "Character" (Or better name). That way, we can disable the chat when the player shouldn't be typing.