Interface: ChatResponse<AdditionalMessageOptions>
Type Parameters
• AdditionalMessageOptions extends object
= object
Properties
message
message:
ChatMessage
<AdditionalMessageOptions
>
Defined in
packages/core/llms/dist/index.d.ts:44
raw
raw:
null
|object
Raw response from the LLM
If LLM response an iterable of chunks, this will be an array of those chunks
Defined in
packages/core/llms/dist/index.d.ts:50