public sealed class Tool.Types.ParallelAiSearch : IMessage<Tool.Types.ParallelAiSearch>, IEquatable<Tool.Types.ParallelAiSearch>, IDeepCloneable<Tool.Types.ParallelAiSearch>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Tool.Types.ParallelAiSearch.
ParallelAiSearch tool type. A tool that uses the Parallel.ai search engine for grounding.
Implements
IMessageToolTypesParallelAiSearch, IEquatableToolTypesParallelAiSearch, IDeepCloneableToolTypesParallelAiSearch, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ParallelAiSearch()
public ParallelAiSearch()ParallelAiSearch(ParallelAiSearch)
public ParallelAiSearch(Tool.Types.ParallelAiSearch other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolTypesParallelAiSearch |
Properties
ApiKey
public string ApiKey { get; set; }Optional. The API key for ParallelAiSearch. If an API key is not provided, the system will attempt to verify access by checking for an active Parallel.ai subscription through the Google Cloud Marketplace. See https://docs.parallel.ai/search/search-quickstart for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CustomConfigs
public Struct CustomConfigs { get; set; }Optional. Custom configs for ParallelAiSearch.
This field can be used to pass any parameter from the Parallel.ai
Search API.
See the Parallel.ai documentation for the full list of available
parameters and their usage:
https://docs.parallel.ai/api-reference/search-beta/search
Currently only source_policy, excerpts, max_results, mode,
fetch_policy can be set via this field. For example:
{
"source_policy": {
"include_domains": ["google.com", "wikipedia.org"],
"exclude_domains": ["example.com"]
},
"fetch_policy": {
"max_age_seconds": 3600
}
}
| Property Value | |
|---|---|
| Type | Description |
Struct |
|