PromptAgentConfiguration
Class net8.0
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
namespace Aspire.Hosting.Foundry;
public class PromptAgentConfiguration{ // ...} 6 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDescriptionget; setstring The description of the prompt agent.
Instructionsget; setstring? The "system prompt" of the prompt agent.
Metadataget; initIDictionary<string, string> Additional metadata to associate with the hosted agent.
Modelget; setstring The model of the prompt agent.