LLMChatParamsStreaming
Defined in: .build/typescript/packages/core/src/llms/type.ts:152
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?”
optionaladditionalChatOptions:AdditionalChatOptions
Defined in: .build/typescript/packages/core/src/llms/type.ts:146
Inherited from
Section titled “Inherited from”LLMChatParamsBase.additionalChatOptions
tools?
Section titled “tools?”
optionaltools:BaseTool<any>[]
Defined in: .build/typescript/packages/core/src/llms/type.ts:147
Inherited from
Section titled “Inherited from”responseFormat?
Section titled “responseFormat?”
optionalresponseFormat: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?”
optionallogger:Logger
Defined in: .build/typescript/packages/core/src/llms/type.ts:149
Inherited from
Section titled “Inherited from”stream
Section titled “stream”stream:
true
Defined in: .build/typescript/packages/core/src/llms/type.ts:161