1 write to Connection
Aspire.Hosting.Foundry (1)
PromptAgent\PromptAgentBuilderExtensions.cs (1)
348tool.Resource.Connection = connection.Resource;
5 references to Connection
Aspire.Hosting.Foundry (4)
PromptAgent\AzurePromptAgentResource.cs (1)
405AzureAISearchToolResource { Connection: IAzureResource searchConnection } => searchConnection.ProvisioningTaskCompletionSource?.Task,
PromptAgent\PromptAgentBuilderExtensions.cs (1)
336if (tool.Resource.Connection is not null)
ToolResources\AzureAISearchToolResource.cs (2)
57if (Connection is null) 65var connectionIdRef = new BicepOutputReference("id", Connection);
Aspire.Hosting.Foundry.Tests (1)
PromptAgentTests.cs (1)
244Assert.NotNull(tool.Resource.Connection);