@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.js CHANGED
@@ -3571,6 +3571,7 @@ var Atbash = class _Atbash {
3571
3571
  if (context) body.context = context;
3572
3572
  if (options.provider) body.provider = options.provider;
3573
3573
  if (options.toolName) body.tool_name = options.toolName;
3574
+ if (options.toolArgsJson) body.tool_args_json = options.toolArgsJson;
3574
3575
  if (options.model) body.model = options.model;
3575
3576
  if (options.resolved) body.resolved = options.resolved;
3576
3577
  if (options.mode) body.mode = options.mode;