LLMChatParamsNonStreaming
Defined in: .build/typescript/packages/core/src/llms/type.ts:164
Extends
Section titled “Extends”LLMChatParamsBase
<AdditionalChatOptions
,AdditionalMessageOptions
,Schema
>
Type Parameters
Section titled “Type Parameters”AdditionalChatOptions
Section titled “AdditionalChatOptions”AdditionalChatOptions
extends object
= object
AdditionalMessageOptions
Section titled “AdditionalMessageOptions”AdditionalMessageOptions
extends object
= object
Schema
Section titled “Schema”Schema
extends ZodSchema
= ZodSchema
Properties
Section titled “Properties”messages
Section titled “messages”messages:
ChatMessage
<AdditionalMessageOptions
>[]
Defined in: .build/typescript/packages/core/src/llms/type.ts:145
Inherited from
Section titled “Inherited from”additionalChatOptions?
Section titled “additionalChatOptions?”
optional
additionalChatOptions:AdditionalChatOptions
Defined in: .build/typescript/packages/core/src/llms/type.ts:146
Inherited from
Section titled “Inherited from”LLMChatParamsBase
.additionalChatOptions
tools?
Section titled “tools?”
optional
tools:BaseTool
<any
>[]
Defined in: .build/typescript/packages/core/src/llms/type.ts:147
Inherited from
Section titled “Inherited from”responseFormat?
Section titled “responseFormat?”
optional
responseFormat:object
|Schema
Defined in: .build/typescript/packages/core/src/llms/type.ts:148
Inherited from
Section titled “Inherited from”LLMChatParamsBase
.responseFormat
logger?
Section titled “logger?”
optional
logger:Logger
Defined in: .build/typescript/packages/core/src/llms/type.ts:149
Inherited from
Section titled “Inherited from”stream?
Section titled “stream?”
optional
stream:false
Defined in: .build/typescript/packages/core/src/llms/type.ts:173