Freigeben über


AzureAIProjectsModelFactory.AgentTaxonomyInput Method

Definition

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.

Applies to