1 instantiation of AzurePromptAgentResource
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
326var agent = new AzurePromptAgentResource(name, model.Resource.DeploymentName, instructions);
3 references to AzurePromptAgentResource
Aspire.Hosting.Foundry (3)
HostedAgent\AzurePromptAgentResource.cs (1)
21/// Creates a new instance of the <see cref="AzurePromptAgentResource"/> class.
HostedAgent\HostedAgentBuilderExtension.cs (2)
321public static IResourceBuilder<AzurePromptAgentResource> AddAndPublishPromptAgent( 326var agent = new AzurePromptAgentResource(name, model.Resource.DeploymentName, instructions);