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.
The description of the prompt agent.
public string Description { get; set; } The "system prompt" of the prompt agent.
public string? Instructions { get; set; } Additional metadata to associate with the hosted agent.
public IDictionary<string, string> Metadata { get; init; }