Class ToolChoice
public class ToolChoice
- Inheritance
-
ToolChoice
- Inherited Members
Properties
Any
public static ToolChoice Any { get; }
Property Value
Auto
public static ToolChoice Auto { get; }
Property Value
Name
[JsonPropertyName("name")]
public string? Name { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public ToolChoiceType Type { get; set; }
Property Value
Methods
ToolUse(string)
public static ToolChoice ToolUse(string name)
Parameters
name
string