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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/generate.ts#L3055

Properties

maxTokens?

TypeScript
optional maxTokens: number;

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


model?

TypeScript
optional model: string;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/generate.ts#L3056


signature

TypeScript
signature: object;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/generate.ts#L3059

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/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/dsp/generate.ts#L3058

Docs