Vertex AI v1 API - Class Tool.Types.ExaAiSearch (3.75.0)

public sealed class Tool.Types.ExaAiSearch : IMessage<Tool.Types.ExaAiSearch>, IEquatable<Tool.Types.ExaAiSearch>, IDeepCloneable<Tool.Types.ExaAiSearch>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class Tool.Types.ExaAiSearch.

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

Inheritance

object > Tool.Types.ExaAiSearch

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExaAiSearch()

public ExaAiSearch()

ExaAiSearch(ExaAiSearch)

public ExaAiSearch(Tool.Types.ExaAiSearch other)
Parameter
Name Description
other ToolTypesExaAiSearch

Properties

ApiKey

public string ApiKey { get; set; }

Required. The API key for ExaAiSearch.

Property Value
Type Description
string

CustomConfigs

public Struct CustomConfigs { get; set; }

Optional. This field can be used to pass any parameter from the Exa.ai Search API.

Property Value
Type Description
Struct