AxAIRekaChatResponse Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIRekaChatResponse.md type AxAIRekaChatResponse

AxAIRekaChatResponse

TypeScript
type AxAIRekaChatResponse = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L55

Properties

id

TypeScript
id: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L56


model

TypeScript
model: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L57


responses

TypeScript
responses: object[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L58

finish_reason

TypeScript
finish_reason: "stop" | "length" | "context";

message

TypeScript
{
  content:   | string
     | {
     text: string;
     type: "text";
   };
}

usage?

TypeScript
optional usage: AxAIRekaUsage;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/reka/types.ts#L69

Docs