Enum ToolChoiceEnum
[JsonConverter(typeof(JsonPropertyNameEnumConverter<ToolChoiceEnum>))]
public enum ToolChoiceEnum
Fields
[JsonPropertyName("any")] Any = 2
Force to call a function.
[JsonPropertyName("auto")] Auto = 0
Auto-detect whether to call a function.
[JsonPropertyName("none")] None = 1
Won't call a function.