AgentIdentifier 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.
Identifies the registered Foundry agent to optimize (request-only). Skills, tools, and system_prompt are specified in options.optimization_config.
public class AgentIdentifier : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.AgentIdentifier>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.AgentIdentifier>
type AgentIdentifier = class
interface IJsonModel<AgentIdentifier>
interface IPersistableModel<AgentIdentifier>
Public Class AgentIdentifier
Implements IJsonModel(Of AgentIdentifier), IPersistableModel(Of AgentIdentifier)
- Inheritance
-
AgentIdentifier
- Implements
Constructors
| Name | Description |
|---|---|
| AgentIdentifier(String) |
Initializes a new instance of AgentIdentifier. |
Properties
| Name | Description |
|---|---|
| AgentName |
Registered Foundry agent name (required). |
| AgentVersion |
Pinned agent version. Defaults to latest if omitted. |