Table of Contents

Enum ToolType

The type of a tool that can be invoked by a model.

public enum ToolType

Fields

CustomFunction = 0

A developer-defined function.

NativeTool = 1

A model-native/service-provided tool, like Gemini's Google Search grounding or a Code Interpreter.