Class GoogleGenAiChatOptions.ToolChoice.Builder
java.lang.Object
org.springframework.ai.google.genai.GoogleGenAiChatOptions.ToolChoice.Builder
- Enclosing class:
- GoogleGenAiChatOptions.ToolChoice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedFunctionName(String allowedFunctionName) allowedFunctionNames(@Nullable List<String> allowedFunctionNames) build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mode
-
allowedFunctionNames
public GoogleGenAiChatOptions.ToolChoice.Builder allowedFunctionNames(@Nullable List<String> allowedFunctionNames) -
allowedFunctionName
-
build
-