6 references to PromptAgentBuilderExtensions
Aspire.Hosting.Foundry (6)
ToolResources\AzureAISearchToolResource.cs (4)
15
/// After creating this tool with <see cref="
PromptAgentBuilderExtensions
.AddAISearchTool"/>,
17
/// <see cref="
PromptAgentBuilderExtensions
.WithReference(IResourceBuilder{AzureAISearchToolResource}, IResourceBuilder{AzureSearchResource})"/>.
38
/// Set by <see cref="
PromptAgentBuilderExtensions
.WithReference(IResourceBuilder{AzureAISearchToolResource}, IResourceBuilder{AzureSearchResource})"/>.
50
/// Set by <see cref="
PromptAgentBuilderExtensions
.WithReference(IResourceBuilder{AzureAISearchToolResource}, IResourceBuilder{AzureSearchResource})"/>.
ToolResources\BingGroundingToolResource.cs (2)
20
/// After creating the tool with <see cref="
PromptAgentBuilderExtensions
.AddBingGroundingTool"/>,
21
/// link it using one of the <c>WithReference</c> overloads on <see cref="
PromptAgentBuilderExtensions
"/>