Interface: CompletionResponse
Properties
raw
raw: null
| object
Raw response from the LLM
It's possible that this is null
if the LLM response an iterable of chunks
Defined in
packages/core/llms/dist/index.d.ts:64
text
text: string
Defined in
packages/core/llms/dist/index.d.ts:58