2 implementations of GetResultAsync
Microsoft.AspNetCore.Components.AI (2)
Blocks\FunctionApprovalBlock.cs (1)
102
public Task<AIContent>
GetResultAsync
(CancellationToken cancellationToken = default)
Blocks\UIActionBlock.cs (1)
75
public Task<AIContent>
GetResultAsync
(CancellationToken cancellationToken = default)
1 reference to GetResultAsync
Microsoft.AspNetCore.Components.AI (1)
Engine\AgentContext.cs (1)
271
interactiveBlocks.Select(block => block.
GetResultAsync
(cancellationToken)));