Skip to main content

Interface: LLMChatParamsNonStreaming

Hierarchy

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

LLMChatParamsBase.extraParams

Defined in

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


messages

messages: ChatMessage[]

Inherited from

LLMChatParamsBase.messages

Defined in

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


parentEvent

Optional parentEvent: Event

Inherited from

LLMChatParamsBase.parentEvent

Defined in

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


stream

Optional stream: null | false

Defined in

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


toolChoice

Optional toolChoice: any

Inherited from

LLMChatParamsBase.toolChoice

Defined in

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


tools

Optional tools: any

Inherited from

LLMChatParamsBase.tools

Defined in

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