Uses of Enum Class
dev.langchain4j.model.vertexai.ToolCallingMode
Packages that use ToolCallingMode
-
Uses of ToolCallingMode in dev.langchain4j.model.vertexai
Methods in dev.langchain4j.model.vertexai 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.Constructors in dev.langchain4j.model.vertexai 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) 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)