@ax-llm/ax 15.0.21 → 15.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.cts CHANGED
@@ -2302,9 +2302,6 @@ type AxResultPickerFunction<OUT> = (data: AxResultPickerFunctionFieldResults<OUT
2302
2302
  type AxProgramForwardOptions<MODEL> = AxAIServiceOptions & {
2303
2303
  maxRetries?: number;
2304
2304
  maxSteps?: number;
2305
- retryOnError?: {
2306
- maxTokens?: boolean;
2307
- };
2308
2305
  mem?: AxAIMemory;
2309
2306
  ai?: AxAIService;
2310
2307
  modelConfig?: AxModelConfig;
package/index.d.ts CHANGED
@@ -2302,9 +2302,6 @@ type AxResultPickerFunction<OUT> = (data: AxResultPickerFunctionFieldResults<OUT
2302
2302
  type AxProgramForwardOptions<MODEL> = AxAIServiceOptions & {
2303
2303
  maxRetries?: number;
2304
2304
  maxSteps?: number;
2305
- retryOnError?: {
2306
- maxTokens?: boolean;
2307
- };
2308
2305
  mem?: AxAIMemory;
2309
2306
  ai?: AxAIService;
2310
2307
  modelConfig?: AxModelConfig;