Interface: ChatResponse<AdditionalMessageOptions>
Type parameters
Name | Type |
---|---|
AdditionalMessageOptions | extends object = object |
Properties
message
• message: ChatMessage
<AdditionalMessageOptions
>
Defined in
packages/core/src/llm/types.ts:95
raw
• raw: null
| object
Raw response from the LLM
If LLM response an iterable of chunks, this will be an array of those chunks