AzureAIProjectsModelFactory.AgentTaxonomyInput 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.
Input configuration for the evaluation taxonomy when the input type is agent.
public static Azure.AI.Projects.AgentTaxonomyInput AgentTaxonomyInput(Azure.AI.Projects.AzureAIAgentTarget target = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.RiskCategory> riskCategories = default);
static member AgentTaxonomyInput : Azure.AI.Projects.AzureAIAgentTarget * seq<Azure.AI.Projects.RiskCategory> -> Azure.AI.Projects.AgentTaxonomyInput
Public Shared Function AgentTaxonomyInput (Optional target As AzureAIAgentTarget = Nothing, Optional riskCategories As IEnumerable(Of RiskCategory) = Nothing) As AgentTaxonomyInput
Parameters
- target
- AzureAIAgentTarget
Target configuration for the agent.
- riskCategories
- IEnumerable<RiskCategory>
List of risk categories to evaluate against.
Returns
A new AgentTaxonomyInput instance for mocking.