Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ToolExaAiSearch

ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.

Inheritance
object
GoogleCloudAiplatformV1beta1ToolExaAiSearch
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1ToolExaAiSearch : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX