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

AxGenerateErrorDetails

TypeScript
type AxGenerateErrorDetails = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2988

Properties

maxTokens?

TypeScript
optional maxTokens: number;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2990


model?

TypeScript
optional model: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2989


signature

TypeScript
signature: object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2992

description?

TypeScript
optional description: string;

input

TypeScript
input: Readonly<AxIField[]>;

output

TypeScript
output: Readonly<AxIField[]>;

streaming

TypeScript
streaming: boolean;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2991

Docs