Skip to content
Docs Try Aspire

PromptAgentConfiguration Properties

Class Properties 4 members
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
Description Section titled Description string
The description of the prompt agent.
public string Description { get; set; }
Instructions Section titled Instructions nullable string?
The "system prompt" of the prompt agent.
public string? Instructions { get; set; }
Metadata Section titled Metadata IDictionary<string, string>
Additional metadata to associate with the hosted agent.
public IDictionary<string, string> Metadata { get; init; }
The model of the prompt agent.
public string Model { get; set; }