1 write to Call
Microsoft.AspNetCore.Components.AI (1)
Pipeline\FunctionInvocationHandler.cs (1)
27
state.
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
"/>.
39
public string? ToolName =>
Call
?.Name;
44
public IDictionary<string, object?>? Arguments =>
Call
?.Arguments;
Pipeline\FunctionInvocationHandler.cs (3)
20
if (state.
Call
is null)
34
if (state.
Call
is not null)
39
result.CallId == state.
Call
.CallId)