AgentDefinition 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.
The AgentDefinition. Please note this is the abstract base class. The derived classes available for instantiation are: WorkflowAgentDefinition, HostedAgentDefinition, ContainerApplicationAgentDefinition, and PromptAgentDefinition.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownAgentDefinition))]
public abstract class AgentDefinition : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AgentDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AgentDefinition>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownAgentDefinition))>]
type AgentDefinition = class
interface IJsonModel<AgentDefinition>
interface IPersistableModel<AgentDefinition>
Public MustInherit Class AgentDefinition
Implements IJsonModel(Of AgentDefinition), IPersistableModel(Of AgentDefinition)
- Inheritance
-
AgentDefinition
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ContentFilterConfiguration |
Configuration for Responsible AI (RAI) content filtering and safety features. |