@atbash/sdk 0.10.4-dev.0 → 0.10.5-dev.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/browser.mjs CHANGED
@@ -44674,6 +44674,7 @@ var Atbash = class _Atbash {
44674
44674
  if (context) body.context = context;
44675
44675
  if (options.provider) body.provider = options.provider;
44676
44676
  if (options.toolName) body.tool_name = options.toolName;
44677
+ if (options.toolArgsJson) body.tool_args_json = options.toolArgsJson;
44677
44678
  if (options.model) body.model = options.model;
44678
44679
  if (options.resolved) body.resolved = options.resolved;
44679
44680
  if (options.mode) body.mode = options.mode;