Class ExaAISearchConfig
java.lang.Object
com.google.genai.gaos.models.interactions.ExaAISearchConfig
ExaAISearchConfig
Used to specify configuration for ExaAISearch.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionExaAISearchConfig(String apiKey) ExaAISearchConfig(String apiKey, Map<String, Object> customConfig) -
Method Summary
Modifier and TypeMethodDescriptionapiKey()Required.static ExaAISearchConfig.Builderbuilder()Optional.booleaninthashCode()toString()withApiKey(String apiKey) Required.withCustomConfig(Map<String, Object> customConfig) Optional.
-
Constructor Details
-
ExaAISearchConfig
-
ExaAISearchConfig
-
-
Method Details
-
apiKey
Required. The API key for ExaAiSearch. -
customConfig
Optional. This field can be used to pass any parameter from the Exa.ai Search API. -
builder
-
withApiKey
Required. The API key for ExaAiSearch. -
withCustomConfig
Optional. This field can be used to pass any parameter from the Exa.ai Search API. -
equals
-
hashCode
public int hashCode() -
toString
-