Class GoogleCloudAiplatformV1ToolExaAiSearch
ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ToolExaAiSearch : IDirectResponseSchema
Properties
ApiKey
Required. The API key for ExaAiSearch.
Declaration
[JsonProperty("apiKey")]
public virtual string ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomConfigs
Optional. This field can be used to pass any parameter from the Exa.ai Search API.
Declaration
[JsonProperty("customConfigs")]
public virtual IDictionary<string, object> CustomConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, object> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |