AxGenerateErrorDetails
type AxGenerateErrorDetails = object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/generate.ts#L1693
Properties
maxTokens?
optional maxTokens: number;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/generate.ts#L1695
model?
optional model: string;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/generate.ts#L1694
signature
signature: object;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/generate.ts#L1697
description?
optional description: string;
input
input: Readonly<AxIField[]>;
output
output: Readonly<AxIField[]>;
streaming
streaming: boolean;
Defined in: https://github.com/ax-llm/ax/blob/a8847bd2906efff202fde10d776fddd20fd2ff57/src/ax/dsp/generate.ts#L1696