@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.cjs
CHANGED
|
@@ -7176,7 +7176,7 @@ Content: ${result.content}`
|
|
|
7176
7176
|
return false;
|
|
7177
7177
|
}
|
|
7178
7178
|
async *_forward1(ai, values, options) {
|
|
7179
|
-
const tracer = options?.tracer ?? this.options?.tracer;
|
|
7179
|
+
const tracer = options?.tracer ?? this.options?.tracer ?? ai.getOptions().tracer;
|
|
7180
7180
|
let functions = this.functions;
|
|
7181
7181
|
if (options?.functions) {
|
|
7182
7182
|
functions = parseFunctions(options.functions, this.functions);
|