ProjectsAgentsModelFactory.PatchAgentOptions(AgentEndpoint, AgentCard) Method

Definition

The PatchAgentOptions.

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

Parameters

agentEndpoint
AgentEndpoint

The endpoint configuration for the agent.

agentCard
AgentCard

Optional agent card for the agent.

Returns

A new PatchAgentOptions instance for mocking.

Applies to