AxGenerateErrorDetails
type AxGenerateErrorDetails = object;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/generate.ts#L1121
Properties
maxTokens?
optional maxTokens: number;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/generate.ts#L1123
model?
optional model: string;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/generate.ts#L1122
signature
signature: object;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/generate.ts#L1125
description?
optional description: string;
input
input: Readonly<AxIField[]>;
output
output: Readonly<AxIField[]>;
streaming
streaming: boolean;
Defined in: https://github.com/ax-llm/ax/blob/be56d0cb4027af0a3a23d397cd01a57261e362d4/src/ax/dsp/generate.ts#L1124