ProjectsAgentsModelFactory.PatchAgentOptions(AgentEndpoint, AgentCard) 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.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.