Share via


ConnectedAgentDetails(String, String, String) Constructor

Definition

Initializes a new instance of ConnectedAgentDetails.

public ConnectedAgentDetails(string id, string name, string description);
new Azure.AI.Agents.Persistent.ConnectedAgentDetails : string * string * string -> Azure.AI.Agents.Persistent.ConnectedAgentDetails
Public Sub New (id As String, name As String, description As String)

Parameters

id
String

The identifier of the child agent.

name
String

The name of the agent to be called.

description
String

A description of what the agent does, used by the model to choose when and how to call the agent.

Exceptions

id, name or description is null.

Applies to