Uses of Enum Class
org.springframework.ai.google.genai.GoogleGenAiChatOptions.ToolChoice.Mode
Packages that use GoogleGenAiChatOptions.ToolChoice.Mode
Package
Description
-
Uses of GoogleGenAiChatOptions.ToolChoice.Mode in org.springframework.ai.google.genai
Methods in org.springframework.ai.google.genai that return GoogleGenAiChatOptions.ToolChoice.ModeModifier and TypeMethodDescriptionGoogleGenAiChatOptions.ToolChoice.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.GoogleGenAiChatOptions.ToolChoice.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptions.ToolChoice.ModeModifier and TypeMethodDescriptionGoogleGenAiChatOptions.ToolChoice.Builder.mode(GoogleGenAiChatOptions.ToolChoice.Mode mode) Constructors in org.springframework.ai.google.genai with parameters of type GoogleGenAiChatOptions.ToolChoice.ModeModifierConstructorDescriptionToolChoice(GoogleGenAiChatOptions.ToolChoice.Mode mode, @Nullable List<String> allowedFunctionNames) Creates an instance of aToolChoicerecord class. -
Uses of GoogleGenAiChatOptions.ToolChoice.Mode in org.springframework.ai.model.google.genai.autoconfigure.chat
Methods in org.springframework.ai.model.google.genai.autoconfigure.chat that return GoogleGenAiChatOptions.ToolChoice.ModeMethods in org.springframework.ai.model.google.genai.autoconfigure.chat with parameters of type GoogleGenAiChatOptions.ToolChoice.ModeModifier and TypeMethodDescriptionvoidGoogleGenAiChatProperties.ToolChoiceProperties.setMode(GoogleGenAiChatOptions.ToolChoice.Mode mode)