Uses of Enum Class
dev.langchain4j.model.vertexai.gemini.ToolCallingMode
Packages that use ToolCallingMode
-
Uses of ToolCallingMode in dev.langchain4j.model.vertexai.gemini
Subclasses with type arguments of type ToolCallingMode in dev.langchain4j.model.vertexai.geminiModifier and TypeClassDescriptionenum
Tool calling mode, to instruct Gemini whether it can request calls to any functions, to just a subset of the available functions, or to none at all.Methods in dev.langchain4j.model.vertexai.gemini that return ToolCallingModeModifier and TypeMethodDescriptionstatic ToolCallingMode
Returns the enum constant of this class with the specified name.static ToolCallingMode[]
ToolCallingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.vertexai.gemini with parameters of type ToolCallingModeModifier and TypeMethodDescriptionVertexAiGeminiChatModel.VertexAiGeminiChatModelBuilder.toolCallingMode
(ToolCallingMode toolCallingMode) VertexAiGeminiStreamingChatModel.VertexAiGeminiStreamingChatModelBuilder.toolCallingMode
(ToolCallingMode toolCallingMode) Constructors in dev.langchain4j.model.vertexai.gemini with parameters of type ToolCallingModeModifierConstructorDescriptionVertexAiGeminiChatModel
(String project, String location, String modelName, Float temperature, Integer maxOutputTokens, Integer topK, Float topP, Integer seed, Integer maxRetries, String responseMimeType, com.google.cloud.vertexai.api.Schema responseSchema, Map<HarmCategory, SafetyThreshold> safetySettings, Boolean useGoogleSearch, String vertexSearchDatastore, ToolCallingMode toolCallingMode, List<String> allowedFunctionNames, Boolean logRequests, Boolean logResponses, List<ChatModelListener> listeners, Set<Capability> supportedCapabilities) Deprecated, for removal: This API element is subject to removal in a future version.VertexAiGeminiStreamingChatModel
(String project, String location, String modelName, Float temperature, Integer maxOutputTokens, Integer topK, Float topP, String responseMimeType, com.google.cloud.vertexai.api.Schema responseSchema, Map<HarmCategory, SafetyThreshold> safetySettings, Boolean useGoogleSearch, String vertexSearchDatastore, ToolCallingMode toolCallingMode, List<String> allowedFunctionNames, Boolean logRequests, Boolean logResponses, List<ChatModelListener> listeners, Map<String, String> customHeaders, Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.please useVertexAiGeminiStreamingChatModel(VertexAiGeminiStreamingChatModelBuilder)
instead
VertexAiGeminiChatModel(VertexAiGeminiChatModelBuilder)
instead