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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/generate.ts#L3053

Properties

maxTokens?

TypeScript
optional maxTokens: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/generate.ts#L3055


model?

TypeScript
optional model: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/generate.ts#L3054


signature

TypeScript
signature: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/generate.ts#L3057

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/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/dsp/generate.ts#L3056

Docs