Class
ToolChoice
Represents the tool selection strategy for a request.
Inheritance
- Object
- ToolChoice
Methods
public static ToolChoice Custom(String name) #Returns:
ToolChoiceForces the model to call a specific tool.
Parameters
- name System.String
- Tool name.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object