AIProjectAgentsOperations.CreateAgentVersionFromManifestAsync 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.
public virtual System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Projects.OpenAI.AgentVersion>> CreateAgentVersionFromManifestAsync(string agentName, string manifestId, Azure.AI.Projects.AgentManifestOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAgentVersionFromManifestAsync : string * string * Azure.AI.Projects.AgentManifestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Projects.OpenAI.AgentVersion>>
override this.CreateAgentVersionFromManifestAsync : string * string * Azure.AI.Projects.AgentManifestOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.ClientModel.ClientResult<Azure.AI.Projects.OpenAI.AgentVersion>>
Public Overridable Function CreateAgentVersionFromManifestAsync (agentName As String, manifestId As String, Optional options As AgentManifestOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClientResult(Of AgentVersion))
Parameters
- agentName
- String
- manifestId
- String
- options
- AgentManifestOptions
- cancellationToken
- CancellationToken