@bitfab/sdk 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.
- package/dist/{chunk-4SLFC266.js → chunk-QOPP5TSO.js} +4 -3
- package/dist/chunk-QOPP5TSO.js.map +1 -0
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/node.cjs +3 -2
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-4SLFC266.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -491,7 +491,7 @@ __export(index_exports, {
|
|
|
491
491
|
module.exports = __toCommonJS(index_exports);
|
|
492
492
|
|
|
493
493
|
// src/version.generated.ts
|
|
494
|
-
var __version__ = "0.
|
|
494
|
+
var __version__ = "0.23.0";
|
|
495
495
|
|
|
496
496
|
// src/constants.ts
|
|
497
497
|
var DEFAULT_SERVICE_URL = "https://bitfab.ai";
|
|
@@ -1942,8 +1942,9 @@ function extractLangGraphMetadata(metadata) {
|
|
|
1942
1942
|
var BitfabLangGraphCallbackHandler = class {
|
|
1943
1943
|
constructor(config) {
|
|
1944
1944
|
this.name = "BitfabLangGraphCallbackHandler";
|
|
1945
|
-
this.ignoreRetriever = true;
|
|
1946
1945
|
this.ignoreRetry = true;
|
|
1946
|
+
// Retriever callbacks ARE captured (retriever queries -> function spans).
|
|
1947
|
+
this.ignoreRetriever = false;
|
|
1947
1948
|
this.ignoreCustomEvent = true;
|
|
1948
1949
|
this.runToSpan = /* @__PURE__ */ new Map();
|
|
1949
1950
|
this.invocations = /* @__PURE__ */ new Map();
|