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

AxAICohereEmbedRequest

TypeScript
type AxAICohereEmbedRequest = object;

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

Properties

model

TypeScript
model: AxAICohereEmbedModel;

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


texts

TypeScript
texts: readonly string[];

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


truncate

TypeScript
truncate: string;

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

Docs