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

Properties

maxTokens?

TypeScript
optional maxTokens: number;

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


model?

TypeScript
optional model: string;

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


signature

TypeScript
signature: object;

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

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

Docs