1 write to Call
Microsoft.AspNetCore.Components.AI (1)
Pipeline\FunctionInvocationHandler.cs (1)
27state.Call = call;
6 references to Call
Microsoft.AspNetCore.Components.AI (6)
Blocks\FunctionInvocationContentBlock.cs (3)
32/// Gets or sets the function result paired with <see cref="Call"/>. 39public string? ToolName => Call?.Name; 44public IDictionary<string, object?>? Arguments => Call?.Arguments;
Pipeline\FunctionInvocationHandler.cs (3)
20if (state.Call is null) 34if (state.Call is not null) 39result.CallId == state.Call.CallId)