你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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