Skip to content
Docs Try Aspire

PromptAgentConfiguration Constructors

Class Constructors 1 member
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
public class PromptAgentConfiguration
{
public PromptAgentConfiguration(
string model,
string? instructions)
{
// ...
}
}
model string
instructions string?