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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/generate.ts#L3262

Properties

maxTokens?

TypeScript
optional maxTokens: number;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/generate.ts#L3264


model?

TypeScript
optional model: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/generate.ts#L3263


signature

TypeScript
signature: object;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/generate.ts#L3266

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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/dsp/generate.ts#L3265

Docs