realcoloride/node_characterai

Restart a chat?

JasonARong opened this issue · 1 comments

Hey! Is there a way to restart a chat while everything is running?

See chat.js for more methods, but you might want to use chat.changeToConversationId(); or chat.saveAndStartNewChat();.

Cheers