AgentReference(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 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.