AgentTaxonomyInput Class
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 class AgentTaxonomyInput : Azure.AI.Projects.EvaluationTaxonomyInput, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.AgentTaxonomyInput>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.AgentTaxonomyInput>
type AgentTaxonomyInput = class
inherit EvaluationTaxonomyInput
interface IJsonModel<AgentTaxonomyInput>
interface IPersistableModel<AgentTaxonomyInput>
Public Class AgentTaxonomyInput
Inherits EvaluationTaxonomyInput
Implements IJsonModel(Of AgentTaxonomyInput), IPersistableModel(Of AgentTaxonomyInput)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| AgentTaxonomyInput(AzureAIAgentTarget, IEnumerable<RiskCategory>) |
Initializes a new instance of AgentTaxonomyInput. |
Properties
| Name | Description |
|---|---|
| RiskCategories |
List of risk categories to evaluate against. |
| Target |
Target configuration for the agent. |