Table of Contents

Class InputSchema

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

Properties

Properties

[JsonPropertyName("properties")]
public Dictionary<string, SchemaProperty>? Properties { get; set; }

Property Value

Dictionary<string, SchemaProperty>

Required

[JsonPropertyName("required")]
public List<string>? Required { get; set; }

Property Value

List<string>

Type

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

Property Value

string