Uses of Enum Class
dev.langchain4j.model.googleai.GeminiMode
Packages that use GeminiMode
- 
Uses of GeminiMode in dev.langchain4j.model.googleai
Subclasses with type arguments of type GeminiMode in dev.langchain4j.model.googleaiMethods in dev.langchain4j.model.googleai that return GeminiModeModifier and TypeMethodDescriptionGeminiFunctionCallingConfig.getMode()static GeminiModeReturns 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 TypeMethodDescriptionGeminiFunctionCallingConfig.GeminiFunctionCallingConfigBuilder.mode(GeminiMode mode) voidGeminiFunctionCallingConfig.setMode(GeminiMode mode) Constructors in dev.langchain4j.model.googleai with parameters of type GeminiModeModifierConstructorDescriptionGeminiFunctionCallingConfig(GeminiMode mode, List<String> allowedFunctionNames)