Interface: LLMChatParamsStreaming
Hierarchy
↳
LLMChatParamsStreaming
Properties
extraParams
• Optional
extraParams: Record
<string
, any
>
Inherited from
Defined in
packages/core/src/llm/types.ts:76
messages
• messages: ChatMessage
[]
Inherited from
Defined in
packages/core/src/llm/types.ts:74
parentEvent
• Optional
parentEvent: Event
Inherited from
Defined in
packages/core/src/llm/types.ts:75
stream
• stream: true