Share via


ProjectsOpenAIModelFactory.AgentInfo(String, String) Method

Definition

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.

Applies to