AxAIRekaChatResponseDelta Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIRekaChatResponseDelta.md type AxAIRekaChatResponseDelta

AxAIRekaChatResponseDelta

TypeScript
type AxAIRekaChatResponseDelta = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L72

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L73


model

TypeScript
model: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L74


responses

TypeScript
responses: object[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L75

chunk

TypeScript
chunk: AxAIRekaChatResponse["responses"][0]["message"];

finish_reason

TypeScript
finish_reason: AxAIRekaChatResponse["responses"][0]["finish_reason"];

usage?

TypeScript
optional usage: AxAIRekaUsage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L79

Docs