Interface: ChatEngineParamsNonStreaming
Represents the base parameters for ChatEngine.
Hierarchy
-
↳
ChatEngineParamsNonStreaming
Properties
chatHistory
• Optional
chatHistory: ChatMessage
[] | ChatHistory
<object
>
Optional chat history if you want to customize the chat history.
Inherited from
ChatEngineParamsBase.chatHistory
Defined in
packages/core/src/engines/chat/types.ts:15
message
• message: MessageContent
Inherited from
Defined in
packages/core/src/engines/chat/types.ts:11
stream
• Optional
stream: null
| false