ProjectsAgentsModelFactory.PatchAgentOptions Method

Definition

The PatchAgentOptions.

public static Azure.AI.Projects.Agents.PatchAgentOptions PatchAgentOptions(Azure.AI.Projects.Agents.AgentEndpointConfiguration agentEndpoint = default, Azure.AI.Projects.Agents.AgentCard agentCard = default);
static member PatchAgentOptions : Azure.AI.Projects.Agents.AgentEndpointConfiguration * Azure.AI.Projects.Agents.AgentCard -> Azure.AI.Projects.Agents.PatchAgentOptions
Public Shared Function PatchAgentOptions (Optional agentEndpoint As AgentEndpointConfiguration = Nothing, Optional agentCard As AgentCard = Nothing) As PatchAgentOptions

Parameters

agentEndpoint
AgentEndpointConfiguration

The endpoint configuration for the agent.

agentCard
AgentCard

Optional agent card for the agent.

Returns

A new PatchAgentOptions instance for mocking.

Applies to