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