Table of Contents

Enum ToolChoiceType

Namespace
AutoGen.Anthropic.DTO
Assembly
AutoGen.Anthropic.dll
[JsonConverter(typeof(JsonPropertyNameEnumConverter<ToolChoiceType>))]
public enum ToolChoiceType

Fields

[JsonPropertyName("any")] Any = 1
[JsonPropertyName("auto")] Auto = 0
[JsonPropertyName("tool")] Tool = 2