Table of Contents

Enum ToolChoiceMode

Namespace
Glitch9.AIDevKit
public enum ToolChoiceMode

Fields

Auto = 1

allows the model to pick from among the allowed tools and generate a message.

None = 0

the model will not call any tool and instead generates a message.

Required = 2

requires the model to call one or more of the allowed tools.