@ax-llm/ax 13.0.20 → 13.0.22

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
@@ -3311,6 +3311,7 @@ interface AxResponseHandlerArgs<T> {
3311
3311
  functions: Readonly<AxFunction[]>;
3312
3312
  strictMode?: boolean;
3313
3313
  span?: Span;
3314
+ logger: AxLoggerFunction;
3314
3315
  }
3315
3316
  interface AxStreamingEvent<T> {
3316
3317
  event: 'delta' | 'done' | 'error';
package/index.d.ts CHANGED
@@ -3311,6 +3311,7 @@ interface AxResponseHandlerArgs<T> {
3311
3311
  functions: Readonly<AxFunction[]>;
3312
3312
  strictMode?: boolean;
3313
3313
  span?: Span;
3314
+ logger: AxLoggerFunction;
3314
3315
  }
3315
3316
  interface AxStreamingEvent<T> {
3316
3317
  event: 'delta' | 'done' | 'error';