1 write to _leadingActions
Microsoft.AspNetCore.Components.AI (1)
Components\MessageInput.cs (1)
60
_leadingActions
= LeadingActions;
2 references to _leadingActions
Microsoft.AspNetCore.Components.AI (2)
Components\MessageInput.cs (2)
83
if (
_leadingActions
is not null)
85
builder.AddContent(2,
_leadingActions
);