Interface: LLMChatParamsStreaming
Hierarchy
-
↳
LLMChatParamsStreaming
Properties
additionalKwargs
• Optional
additionalKwargs: Record
<string
, any
>
Inherited from
LLMChatParamsBase.additionalKwargs
Defined in
packages/core/src/llm/types.ts:82
extraParams
• Optional
extraParams: Record
<string
, any
>
Inherited from
Defined in
packages/core/src/llm/types.ts:79
messages
• messages: ChatMessage
[]
Inherited from
Defined in
packages/core/src/llm/types.ts:77