Class ToolResultContent NamespaceAutoGen.Anthropic.DTO AssemblyAutoGen.Anthropic.dll public class ToolResultContent : ContentBase Inheritance object ContentBase ToolResultContent Inherited Members ContentBase.CacheControl object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties Content [JsonPropertyName("content")] public string? Content { get; set; } Property Value string Id [JsonPropertyName("tool_use_id")] public string? Id { get; set; } Property Value string Type [JsonPropertyName("type")] public override string Type { get; } Property Value string