Class: SimpleChatEngine
SimpleChatEngine is the simplest possible chat engine. Useful for using your own custom prompts.
Implements
Constructors
new SimpleChatEngine()
new SimpleChatEngine(
init
?):SimpleChatEngine
Parameters
• init?: Partial
<SimpleChatEngine
>
Returns
Source
packages/core/src/engines/chat/SimpleChatEngine.ts:26
Properties
chatHistory
chatHistory:
ChatHistory
<object
>