Table of Contents

Class ToolResultContent

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
public class ToolResultContent : ContentBase
Inheritance
ToolResultContent
Inherited Members

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