Enum ToolChoiceMode
public enum ToolChoiceMode
Fields
Auto = 1allows the model to pick from among the allowed tools and generate a message.
None = 0the model will not call any tool and instead generates a message.
Required = 2requires the model to call one or more of the allowed tools.