3 writes to UserMessage
Aspire.Dashboard (3)
Components_Controls_AssistantChat_razor.g.cs (1)
1269
__builder2.AddAttribute(159, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => ChatViewModel.
UserMessage
= __value, ChatViewModel.UserMessage));
Model\Assistant\AssistantChatViewModel.cs (2)
848
UserMessage
= string.Empty;
860
UserMessage
= string.Empty;
5 references to UserMessage
Aspire.Dashboard (5)
Components\Controls\AssistantChat.razor.cs (3)
227
return !string.IsNullOrEmpty(ChatViewModel.
UserMessage
);
235
if (!string.IsNullOrWhiteSpace(ChatViewModel.
UserMessage
))
237
var message = ChatViewModel.
UserMessage
.Trim();
Components_Controls_AssistantChat_razor.g.cs (2)
1263
ChatViewModel.
UserMessage
1269
__builder2.AddAttribute(159, "onchange", global::Microsoft.AspNetCore.Components.EventCallback.Factory.CreateBinder(this, __value => ChatViewModel.UserMessage = __value, ChatViewModel.
UserMessage
));