AzurePromptAgentResource Properties
Class Properties 8 members
Represents a Microsoft Foundry prompt agent resource that is provisioned on Azure.
public ReferenceExpression ConnectionStringExpression { get; } Gets or sets a description of the agent.
public string Description { get; set; } Gets or sets the system instructions for the agent.
public string? Instructions { get; set; } Gets the metadata to associate with the agent.
public IDictionary<string, string> Metadata { get; init; } Gets or sets the model deployment name used by this agent.
public string Model { get; set; } Gets the parent Foundry project resource.
public AzureCognitiveServicesProjectResource Project { get; } Gets the list of tool resources attached to this agent.
public IReadOnlyList<IFoundryTool> Tools { get; } Once deployed, the version that is assigned to this prompt agent.
public StaticValueProvider<string> Version { get; }