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