Skip to content
Docs Try Aspire

AzurePromptAgentResource Properties

Class Properties 5 members
A Microsoft Foundry prompt agent resource.
Description Section titled Description string
The internal description of the prompt agent.
public string Description { get; set; }
Instructions Section titled Instructions string
The "system prompt" instructions for the prompt agent.
public string Instructions { get; set; }
Metadata Section titled Metadata IDictionary<string, string>
Additional metadata to associate with the agent.
public IDictionary<string, string> Metadata { get; init; }
The model to use for the prompt agent. This should generally correspond to the Deployment Name.
public string Model { get; set; }
Version Section titled Version StaticValueProvider<string>
Once deployed, the version that is assigned to this agent.
public StaticValueProvider<string> Version { get; }