Class ToolResultContent
public class ToolResultContent : ContentBase
- Inheritance
-
ToolResultContent
- Inherited Members
Properties
Content
[JsonPropertyName("content")]
public string? Content { get; set; }
Property Value
Id
[JsonPropertyName("tool_use_id")]
public string? Id { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public override string Type { get; }