Freigeben über


ProjectsAgentVersionCreationOptions(ProjectsAgentDefinition) Constructor

Definition

Initializes a new instance of ProjectsAgentVersionCreationOptions.

public ProjectsAgentVersionCreationOptions(Azure.AI.Projects.Agents.ProjectsAgentDefinition definition);
new Azure.AI.Projects.Agents.ProjectsAgentVersionCreationOptions : Azure.AI.Projects.Agents.ProjectsAgentDefinition -> Azure.AI.Projects.Agents.ProjectsAgentVersionCreationOptions
Public Sub New (definition As ProjectsAgentDefinition)

Parameters

definition
ProjectsAgentDefinition

The agent definition. This can be a workflow, hosted agent, or a simple agent definition.

Exceptions

definition is null.

Applies to