Table of Contents

Property ArgumentsJson

Namespace
LMKit.Agents.Tools
Assembly
LM-Kit.NET.dll

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; }

Property Value

string