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