Skip to content
Docs Try Aspire
Docs Try

AzurePromptAgentResource Properties

Class Properties 8 members
Represents a Microsoft Foundry prompt agent resource that is provisioned on Azure.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
public ReferenceExpression ConnectionStringExpression { get; }
Description Section titled Description string
Gets or sets a description of the agent.
public string Description { get; set; }
Instructions Section titled Instructions nullable string?
Gets or sets the system instructions for the agent.
public string? Instructions { get; set; }
Metadata Section titled Metadata IDictionary<string, string>
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; }
Version Section titled Version StaticValueProvider<string>
Once deployed, the version that is assigned to this prompt agent.
public StaticValueProvider<string> Version { get; }