@ax-llm/ax 11.0.46 → 11.0.47
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 +1 -1
- package/index.cjs.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7018,7 +7018,7 @@ Content: ${result.content}`
|
|
|
7018
7018
|
return false;
|
|
7019
7019
|
}
|
|
7020
7020
|
async *_forward1(ai, values, options) {
|
|
7021
|
-
const tracer = options?.tracer ?? this.options?.tracer;
|
|
7021
|
+
const tracer = options?.tracer ?? this.options?.tracer ?? ai.getOptions().tracer;
|
|
7022
7022
|
let functions = this.functions;
|
|
7023
7023
|
if (options?.functions) {
|
|
7024
7024
|
functions = parseFunctions(options.functions, this.functions);
|