@ax-llm/ax 13.0.13 → 13.0.14
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.cjs +11 -11
- package/index.cjs.map +1 -1
- package/index.d.cts +2 -0
- package/index.d.ts +2 -0
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -3919,6 +3919,8 @@ declare const axGlobals: {
|
|
|
3919
3919
|
signatureStrict: boolean;
|
|
3920
3920
|
tracer: Tracer | undefined;
|
|
3921
3921
|
meter: Meter | undefined;
|
|
3922
|
+
logger: AxLoggerFunction | undefined;
|
|
3923
|
+
optimizerLogger: AxOptimizerLoggerFunction | undefined;
|
|
3922
3924
|
functionResultFormatter: AxFunctionResultFormatter;
|
|
3923
3925
|
};
|
|
3924
3926
|
|
package/index.d.ts
CHANGED
|
@@ -3919,6 +3919,8 @@ declare const axGlobals: {
|
|
|
3919
3919
|
signatureStrict: boolean;
|
|
3920
3920
|
tracer: Tracer | undefined;
|
|
3921
3921
|
meter: Meter | undefined;
|
|
3922
|
+
logger: AxLoggerFunction | undefined;
|
|
3923
|
+
optimizerLogger: AxOptimizerLoggerFunction | undefined;
|
|
3922
3924
|
functionResultFormatter: AxFunctionResultFormatter;
|
|
3923
3925
|
};
|
|
3924
3926
|
|