Uses of Enum Class
io.github.glaforge.gemini.interactions.model.Tool.Mode
Packages that use Tool.Mode
-
Uses of Tool.Mode in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return Tool.ModeModifier and TypeMethodDescriptionTool.AllowedTools.mode()Returns the value of themoderecord component.static Tool.ModeReturns the enum constant of this class with the specified name.static Tool.Mode[]Tool.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Tool.ModeModifierConstructorDescriptionAllowedTools(Tool.Mode mode, List<String> tools) Creates an instance of aAllowedToolsrecord class.