1 write to Call
Microsoft.AspNetCore.Components.AI (1)
Blocks\UIActionBlock.cs (1)
34Call = call;
4 references to Call
Microsoft.AspNetCore.Components.AI (4)
Blocks\UIActionBlock.cs (4)
45public string ToolName => Call.Name; 81var arguments = Call.Arguments is not null 82? new AIFunctionArguments(Call.Arguments) 85Result = new FunctionResultContent(Call.CallId ?? Id, result);