Logo
Interfaces

ChatResponse

Defined in: packages/core/src/llms/type.ts:77

Type Parameters

AdditionalMessageOptions

AdditionalMessageOptions extends object = object

Properties

message

message: ChatMessage<AdditionalMessageOptions>

Defined in: packages/core/src/llms/type.ts:80


raw

raw: null | object

Defined in: packages/core/src/llms/type.ts:86

Raw response from the LLM

If LLM response an iterable of chunks, this will be an array of those chunks

On this page