Skip to content
DocsTry Aspire
DocsTry

AzurePromptAgentResource Properties

ClassProperties8 members
Represents a Microsoft Foundry prompt agent resource that is provisioned on Azure.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
public ReferenceExpression ConnectionStringExpression { get; }
Gets or sets a description of the agent.
public string Description { get; set; }
InstructionsSection titled Instructionsnullablestring?
Gets or sets the system instructions for the agent.
public string? Instructions { get; set; }
MetadataSection titled MetadataIDictionary<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; }
VersionSection titled VersionStaticValueProvider<string>
Once deployed, the version that is assigned to this prompt agent.
public StaticValueProvider<string> Version { get; }