Enum ToolChoiceMode
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public enum ToolChoiceMode
Fields
| Name | Description |
|---|---|
| Auto | allows the model to pick from among the allowed tools and generate a message. |
| None | the model will not call any tool and instead generates a message. |
| Required | requires the model to call one or more of the allowed tools. |