AgentReference(String, String) Constructor

Definition

Initializes a new instance of AgentReference.

public AgentReference(string name, string version = default);
new Azure.AI.Extensions.OpenAI.AgentReference : string * string -> Azure.AI.Extensions.OpenAI.AgentReference
Public Sub New (name As String, Optional version As String = Nothing)

Parameters

name
String

The name of the agent.

version
String

The optional version identifier of the agent.

Applies to