ToolCallOk
A normalized successful tool result, as returned to the gateway.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
ok | true | Discriminant: the call succeeded. |
result | ToolResult | The wrapped result ({ text, structured? }). |
structuredContent? | unknown | The spec structuredContent object — present only when the invoked tool declared an output schema and the handler returned a structured value. Mirrors result.structured so a host can lift it straight into the tools/call result alongside the text content block. |