AxAIRekaChatResponseDelta
type AxAIRekaChatResponseDelta = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L72
Properties
id
id: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L73
model
model: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L74
responses
responses: object[];Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L75
chunk
chunk: AxAIRekaChatResponse["responses"][0]["message"];finish_reason
finish_reason: AxAIRekaChatResponse["responses"][0]["finish_reason"];usage?
optional usage: AxAIRekaUsage;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L79