Skip to main content

Interface: ChatEngineParamsStreaming

Represents the base parameters for ChatEngine.

Extends

Properties

chatHistory?

optional chatHistory: ChatMessage[] | ChatHistory<object>

Optional chat history if you want to customize the chat history.

Inherited from

ChatEngineParamsBase . chatHistory

Source

packages/core/src/engines/chat/types.ts:15


message

message: MessageContent

Inherited from

ChatEngineParamsBase . message

Source

packages/core/src/engines/chat/types.ts:11


stream

stream: true

Source

packages/core/src/engines/chat/types.ts:24


verbose?

optional verbose: boolean

Optional flag to enable verbose mode.

Default

false

Inherited from

ChatEngineParamsBase . verbose

Source

packages/core/src/engines/chat/types.ts:20