AxAIRekaChatResponseDelta
type AxAIRekaChatResponseDelta = object;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/reka/types.ts#L72
Properties
id
id: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/reka/types.ts#L73
model
model: string;Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/reka/types.ts#L74
responses
responses: object[];Defined in: https://github.com/ax-llm/ax/blob/3306475085414d36aee4411ad2466e08e53bef8a/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/3306475085414d36aee4411ad2466e08e53bef8a/src/ax/ai/reka/types.ts#L79