bitfab 0.22.0 → 0.23.0

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.
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-EQI6ZJC3.js";
11
11
 
12
12
  // src/version.generated.ts
13
- var __version__ = "0.22.0";
13
+ var __version__ = "0.23.0";
14
14
 
15
15
  // src/constants.ts
16
16
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1454,8 +1454,9 @@ function extractLangGraphMetadata(metadata) {
1454
1454
  var BitfabLangGraphCallbackHandler = class {
1455
1455
  constructor(config) {
1456
1456
  this.name = "BitfabLangGraphCallbackHandler";
1457
- this.ignoreRetriever = true;
1458
1457
  this.ignoreRetry = true;
1458
+ // Retriever callbacks ARE captured (retriever queries -> function spans).
1459
+ this.ignoreRetriever = false;
1459
1460
  this.ignoreCustomEvent = true;
1460
1461
  this.runToSpan = /* @__PURE__ */ new Map();
1461
1462
  this.invocations = /* @__PURE__ */ new Map();
@@ -3291,4 +3292,4 @@ export {
3291
3292
  BitfabFunction,
3292
3293
  finalizers
3293
3294
  };
3294
- //# sourceMappingURL=chunk-4SLFC266.js.map
3295
+ //# sourceMappingURL=chunk-QOPP5TSO.js.map