AxAIRekaChatResponse
type AxAIRekaChatResponse = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L55
Properties
id
id: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L56
model
model: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L57
responses
responses: object[];Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L58
finish_reason
finish_reason: "stop" | "length" | "context";message
{
content: | string
| {
text: string;
type: "text";
};
}usage?
optional usage: AxAIRekaUsage;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L69