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

AxEmbedResponse

TypeScript
type AxEmbedResponse = object;

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

Properties

embeddings

TypeScript
embeddings: readonly readonly number[][];

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


modelUsage?

TypeScript
optional modelUsage: AxModelUsage;

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


providerMetadata?

TypeScript
optional providerMetadata: AxProviderMetadata;

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

Provider-specific metadata that should flow through adapters.


remoteId?

TypeScript
optional remoteId: string;

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

Provider response/embedding request identifier when available.


remoteRequestId?

TypeScript
optional remoteRequestId: string;

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

Provider request identifier, usually from response headers.


remoteSessionId?

TypeScript
optional remoteSessionId: string;

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

Provider conversation/session identifier when distinct from Ax’s local sessionId.


sessionId?

TypeScript
optional sessionId: string;

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

Ax-local session identifier used for conversation tracking.

Docs