ProjectsAgentsModelFactory.PatchAgentOptions 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.
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.