Skip to content

Creating bots with the Conversation class

w4ffl35 edited this page Mar 28, 2023 · 1 revision

The Conversation class is responsible for maintaining conversation state and acting as a messenger between the interface which it belongs to and aihandler.llmrunner

Conversation is a base class capable of being extended for different flavors of conversations.

See conversation.py for examples.

Clone this wiki locally