AxGenerateErrorDetails
type AxGenerateErrorDetails = object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L1451
Properties
maxTokens?
optional maxTokens: number;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L1453
model?
optional model: string;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L1452
signature
signature: object;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L1455
description?
optional description: string;
input
input: Readonly<AxIField[]>;
output
output: Readonly<AxIField[]>;
streaming
streaming: boolean;
Defined in: https://github.com/ax-llm/ax/blob/b50783a160295ce34ac10dcaf3bd8fff4a01d535/src/ax/dsp/generate.ts#L1454