Class OciOpenSearchSourceLocation
The location of the OCI Search with OpenSearch that the agent will use.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class OciOpenSearchSourceLocation : SourceLocation
Properties
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the OCI OpenSearch cluster. |
IndexName
Declaration
[JsonProperty(PropertyName = "indexName")]
public string IndexName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the index in OpenSearch that contains the source text. |
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string | The URL of the retrieved document, if available. |