ProjectsOpenAIModelFactory.AgentReference(String, String) Method
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.
The AgentReference.
public static Azure.AI.Projects.OpenAI.AgentReference AgentReference(string name = default, string version = default);
static member AgentReference : string * string -> Azure.AI.Projects.OpenAI.AgentReference
Public Shared Function AgentReference (Optional name As String = Nothing, Optional version As String = Nothing) As AgentReference
Parameters
- name
- String
The name of the agent.
- version
- String
The version identifier of the agent.
Returns
A new AgentReference instance for mocking.