2 writes to Call
Microsoft.AspNetCore.Components.AI (2)
Pipeline\FunctionApprovalHandler.cs (1)
50
block.
Call
= functionCall;
Pipeline\FunctionInvocationHandler.cs (1)
27
state.
Call
= call;
8 references to Call
Microsoft.AspNetCore.Components.AI (8)
Blocks\FunctionApprovalBlock.cs (1)
44
FunctionInvocationContentBlock invocation => invocation.
Call
,
Blocks\FunctionInvocationContentBlock.cs (4)
13
/// and populate <see cref="
Call
"/>. This keeps the call, tool name, and arguments available
45
/// Gets or sets the function result paired with <see cref="
Call
"/>.
52
public string? ToolName =>
Call
?.Name;
57
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)