Show / Hide Table of Contents

Class AgentToolConfig

The configuration for Agent as a Tool.

Inheritance
object
ToolConfig
AgentToolConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top