@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/index.mjs CHANGED
@@ -3497,6 +3497,7 @@ var Atbash = class _Atbash {
3497
3497
  if (context) body.context = context;
3498
3498
  if (options.provider) body.provider = options.provider;
3499
3499
  if (options.toolName) body.tool_name = options.toolName;
3500
+ if (options.toolArgsJson) body.tool_args_json = options.toolArgsJson;
3500
3501
  if (options.model) body.model = options.model;
3501
3502
  if (options.resolved) body.resolved = options.resolved;
3502
3503
  if (options.mode) body.mode = options.mode;