Skip to main content

Interface: LLMChatParamsStreaming

Hierarchy

Properties

extraParams

Optional extraParams: Record<string, any>

Inherited from

LLMChatParamsBase.extraParams

Defined in

packages/core/src/llm/types.ts:76


messages

messages: ChatMessage[]

Inherited from

LLMChatParamsBase.messages

Defined in

packages/core/src/llm/types.ts:74


parentEvent

Optional parentEvent: Event

Inherited from

LLMChatParamsBase.parentEvent

Defined in

packages/core/src/llm/types.ts:75


stream

stream: true

Defined in

packages/core/src/llm/types.ts:80