Property ArgumentsJson
ArgumentsJson
The JSON arguments object for the tool call, as a UTF-8 JSON string.
Guaranteed to be a non-empty JSON value; when the parsed payload is blank,
this is normalized to "{}"
. Pass this string directly to
InvokeAsync(string, CancellationToken).
public string ArgumentsJson { get; }