ConnectedAgentToolDefinition(ConnectedAgentDetails) 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 ConnectedAgentToolDefinition.
public ConnectedAgentToolDefinition(Azure.AI.Agents.Persistent.ConnectedAgentDetails connectedAgent);
new Azure.AI.Agents.Persistent.ConnectedAgentToolDefinition : Azure.AI.Agents.Persistent.ConnectedAgentDetails -> Azure.AI.Agents.Persistent.ConnectedAgentToolDefinition
Public Sub New (connectedAgent As ConnectedAgentDetails)
Parameters
- connectedAgent
- ConnectedAgentDetails
The sub-agent to connect.
Exceptions
connectedAgent
is null.