AxGenerateErrorDetails
type AxGenerateErrorDetails = object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/generate.ts#L3713
Properties
maxTokens?
optional maxTokens: number;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/generate.ts#L3715
model?
optional model: string;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/generate.ts#L3714
signature
signature: object;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/generate.ts#L3717
description?
optional description: string;input
input: Readonly<AxIField[]>;output
output: Readonly<AxIField[]>;streaming
streaming: boolean;Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/dsp/generate.ts#L3716