Ga naar hoofdinhoud

Interface: LLMChatParamsStreaming

Hierarchy

Properties

additionalKwargs

Optional additionalKwargs: Record<string, any>

Inherited from

LLMChatParamsBase.additionalKwargs

Defined in

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


extraParams

Optional extraParams: Record<string, any>

Inherited from

LLMChatParamsBase.extraParams

Defined in

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


messages

messages: ChatMessage[]

Inherited from

LLMChatParamsBase.messages

Defined in

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


stream

stream: true

Defined in

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


toolChoice

Optional toolChoice: any

Inherited from

LLMChatParamsBase.toolChoice

Defined in

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


tools

Optional tools: any

Inherited from

LLMChatParamsBase.tools

Defined in

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