Property OutputSchema
OutputSchema
Optional JSON Schema (as text) describing the tool's output shape.
This is a hint for clients/agents to validate or render the tool result.
If empty (""
), consumers should not assume an output contract.
public string OutputSchema { get; }