1 implementation of ToAgentToolAsync
Aspire.Hosting.Foundry (1)
ToolResources\FoundryToolResource.cs (1)
38
public abstract Task<ResponseTool>
ToAgentToolAsync
(CancellationToken cancellationToken = default);
1 reference to ToAgentToolAsync
Aspire.Hosting.Foundry (1)
PromptAgent\AzurePromptAgentResource.cs (1)
262
var agentTool = await tool.
ToAgentToolAsync
(cancellationToken).ConfigureAwait(false);