public sealed class Tool.Types.ExaAiSearch : IMessage<Tool.Types.ExaAiSearch>, IEquatable<Tool.Types.ExaAiSearch>, IDeepCloneable<Tool.Types.ExaAiSearch>, IBufferMessage, IMessageReference 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.
Implements
IMessageToolTypesExaAiSearch, IEquatableToolTypesExaAiSearch, IDeepCloneableToolTypesExaAiSearch, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
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 |
|