1 instantiation of UIActionBlock
Microsoft.AspNetCore.Components.AI (1)
Pipeline\UIActionHandler.cs (1)
33
new
UIActionBlock
(function, call)
2 references to UIActionBlock
Microsoft.AspNetCore.Components.AI (2)
Engine\AgentContext.cs (2)
202
var actions = new List<
UIActionBlock
>();
216
if (block is
UIActionBlock
action)