Table of Contents

Property ResultJson

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

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

Property Value

string