ConnectedAgentDetails(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.