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