Skip to content
Docs Try Aspire

PromptAgentConfiguration Methods

Class Methods 1 member
A configuration helper for Python hosted agents. This is used instead of AzureAgentVersionCreationOptions to provide better static typing of the agent definition.
ToAgentVersionCreationOptions Section titled ToAgentVersionCreationOptions AgentVersionCreationOptions
Converts this configuration to an Projects.AgentVersionCreationOptions instance.
public class PromptAgentConfiguration
{
public AgentVersionCreationOptions ToAgentVersionCreationOptions()
{
// ...
}
}