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