Property Type
Type
Gets the classification of the tool invocation outcome.
public ToolCallResultType Type { get; }
Property Value
- ToolCallResultType
A ToolCallResultType indicating whether the call succeeded, failed, was cancelled, or timed out.
Remarks
Always check this property before processing ResultJson to understand what kind of content to expect.