1 instantiation of AzurePromptAgentResource
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
326
var 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)
321
public static IResourceBuilder<
AzurePromptAgentResource
> AddAndPublishPromptAgent(
326
var
agent = new AzurePromptAgentResource(name, model.Resource.DeploymentName, instructions);