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