Package com.google.genai.types
Class ToolType
-
- All Implemented Interfaces:
public class ToolTypeThe type of tool in the function call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumToolType.KnownEnum representing the known values for ToolType.
-
Constructor Summary
Constructors Constructor Description ToolType(String value)ToolType(ToolType.Known knownValue)
-
Method Summary
-
-
Constructor Detail
-
ToolType
ToolType(String value)
-
ToolType
ToolType(ToolType.Known knownValue)
-
-
-
-