AzurePromptAgentResource Properties
Class Properties 5 members
A Microsoft Foundry prompt agent resource.
The internal description of the prompt agent.
public string Description { get; set; } The "system prompt" instructions for the prompt agent.
public string Instructions { get; set; } 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; } Once deployed, the version that is assigned to this agent.
public StaticValueProvider<string> Version { get; }