AxEmbedResponse
type AxEmbedResponse = object;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L547
Properties
embeddings
embeddings: readonly readonly number[][];Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L558
modelUsage?
optional modelUsage: AxModelUsage;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L559
providerMetadata?
optional providerMetadata: AxProviderMetadata;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L557
Provider-specific metadata that should flow through adapters.
remoteId?
optional remoteId: string;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L549
Provider response/embedding request identifier when available.
remoteRequestId?
optional remoteRequestId: string;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L553
Provider request identifier, usually from response headers.
remoteSessionId?
optional remoteSessionId: string;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L555
Provider conversation/session identifier when distinct from Ax’s local sessionId.
sessionId?
optional sessionId: string;Defined in: https://github.com/ax-llm/ax/blob/3951b0531514b62ec533ad0de218716847f0a931/src/ax/ai/types.ts#L551
Ax-local session identifier used for conversation tracking.