Table of Contents

Class Tool

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
public class Tool
Inheritance
Tool
Inherited Members

Properties

CacheControl

[JsonPropertyName("cache_control")]
public CacheControl? CacheControl { get; set; }

Property Value

CacheControl

Description

[JsonPropertyName("description")]
public string? Description { get; set; }

Property Value

string

InputSchema

[JsonPropertyName("input_schema")]
public InputSchema? InputSchema { get; set; }

Property Value

InputSchema

Name

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

Property Value

string