Table of Contents

Class ToolUseContent

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

Properties

Id

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Input

[JsonPropertyName("input")]
public JsonNode? Input { get; set; }

Property Value

JsonNode

Name

[JsonPropertyName("name")]
public string? Name { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public override string Type { get; }

Property Value

string