@atbash/sdk 0.5.0 → 0.5.1
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/browser.mjs +0 -2
- package/dist/browser.mjs.map +1 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/index.js +52 -52
- package/package.json +4 -4
package/dist/browser.mjs
CHANGED
|
@@ -43769,8 +43769,6 @@ var Atbash = class _Atbash {
|
|
|
43769
43769
|
}
|
|
43770
43770
|
}
|
|
43771
43771
|
const brid = this.bridFromChainOpts(chainOpts);
|
|
43772
|
-
console.log({ brid });
|
|
43773
|
-
console.log({ chainOpts });
|
|
43774
43772
|
const logResult = await this.logToolCall(action, context, {
|
|
43775
43773
|
toolName: options.toolName,
|
|
43776
43774
|
toolArgsJson: options.toolArgsJson,
|