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