Class OciDatabaseSourceLocation
The location of the OCI Database that the agent will use.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class OciDatabaseSourceLocation : SourceLocation
Properties
FunctionName
Declaration
[JsonProperty(PropertyName = "functionName")]
public string FunctionName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the function that returns source text. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the OCI Database Tools Connection. |
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string | The URL of the retrieved document, if available. |