Enum ToolType
- Namespace
- Uralstech.UAI.Abstraction.Tools
The type of a tool that can be invoked by a model.
public enum ToolType
Fields
CustomFunction = 0A developer-defined function.
NativeTool = 1A model-native/service-provided tool, like Gemini's Google Search grounding or a Code Interpreter.