AxGenerateErrorDetails
type AxGenerateErrorDetails = object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2988
Properties
maxTokens?
optional maxTokens: number;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2990
model?
optional model: string;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2989
signature
signature: object;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2992
description?
optional description: string;input
input: Readonly<AxIField[]>;output
output: Readonly<AxIField[]>;streaming
streaming: boolean;Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/generate.ts#L2991