Property ResultJson
ResultJson
JSON-encoded result payload returned by the tool.
This string is normalized to a valid JSON value; when blank or whitespace it is
set to "null"
. Prefer compact, structured JSON suitable for direct consumption
by the model.
public string ResultJson { get; }