Skip to main content

Interface: ChatEngineParamsNonStreaming

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?

optional stream: null | false

Source

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


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