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