Uses of Enum Class
dev.langchain4j.model.googleai.GeminiMode
Packages that use GeminiMode
-
Uses of GeminiMode in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return GeminiModeModifier and TypeMethodDescriptionstatic GeminiMode
Returns the enum constant of this class with the specified name.static GeminiMode[]
GeminiMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.googleai with parameters of type GeminiModeModifier and TypeMethodDescriptionGoogleAiGeminiChatModel.GoogleAiGeminiChatModelBuilder.toolConfig
(GeminiMode mode, String... allowedFunctionNames) GoogleAiGeminiStreamingChatModel.GoogleAiGeminiStreamingChatModelBuilder.toolConfig
(GeminiMode mode, String... allowedFunctionNames)