Logo
Interfaces

ChatResponse

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

Type Parameters

AdditionalMessageOptions

AdditionalMessageOptions extends object = object

Properties

message

message: ChatMessage<AdditionalMessageOptions>

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


raw

raw: null | object

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

Raw response from the LLM

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

On this page