AxAIRekaChatResponse
type AxAIRekaChatResponse = object;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/reka/types.ts#L55
Properties
id
id: string;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/reka/types.ts#L56
model
model: string;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/reka/types.ts#L57
responses
responses: object[];
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/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/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/ai/reka/types.ts#L69