@brizz/sdk 0.1.7 → 0.1.8

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/index.d.cts CHANGED
@@ -15,9 +15,7 @@ interface IInstrumentModules {
15
15
  bedrock?: unknown;
16
16
  pinecone?: unknown;
17
17
  langchain?: {
18
- chains?: unknown;
19
- agents?: unknown;
20
- tools?: unknown;
18
+ callbackManagerModule?: unknown;
21
19
  };
22
20
  llamaindex?: unknown;
23
21
  chromadb?: unknown;
package/dist/index.d.ts CHANGED
@@ -15,9 +15,7 @@ interface IInstrumentModules {
15
15
  bedrock?: unknown;
16
16
  pinecone?: unknown;
17
17
  langchain?: {
18
- chains?: unknown;
19
- agents?: unknown;
20
- tools?: unknown;
18
+ callbackManagerModule?: unknown;
21
19
  };
22
20
  llamaindex?: unknown;
23
21
  chromadb?: unknown;
package/dist/index.js CHANGED
@@ -434,7 +434,7 @@ import {
434
434
 
435
435
  // src/internal/version.ts
436
436
  function getSDKVersion() {
437
- return "0.1.7";
437
+ return "0.1.8";
438
438
  }
439
439
 
440
440
  // src/internal/log/processors/log-processor.ts