Package com.google.genai.types
Class ToolExaAiSearch.Builder
java.lang.Object
com.google.genai.types.ToolExaAiSearch.Builder
- Enclosing class:
- ToolExaAiSearch
Builder for ToolExaAiSearch.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ToolExaAiSearch.BuilderSetter for apiKey.abstract ToolExaAiSearchbuild()Clears the value of apiKey field.Clears the value of customConfigs field.abstract ToolExaAiSearch.BuildercustomConfigs(Map<String, Object> customConfigs) Setter for customConfigs.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiKey
Setter for apiKey.apiKey: Required. The API key for ExaAiSearch.
-
clearApiKey
Clears the value of apiKey field. -
customConfigs
Setter for customConfigs.customConfigs: Optional. This field can be used to pass any parameter from the Exa.ai Search API.
-
clearCustomConfigs
Clears the value of customConfigs field. -
build
-