Class AgentToolConfig
The configuration for Agent as a Tool.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class AgentToolConfig : ToolConfig
Properties
AgentEndpointId
Declaration
[Required(ErrorMessage = "AgentEndpointId is required.")]
[JsonProperty(PropertyName = "agentEndpointId")]
public string AgentEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | The AgentEndpoint OCID to be used as a tool in this agent. |
Remarks
Required