Allow assistants to call "send to" method

This commit is contained in:
Thorsten Sommer 2024-10-27 14:01:28 +01:00
parent f49cff54cf
commit c78f73f4e2
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -243,7 +243,7 @@ public abstract partial class AssistantBase : ComponentBase, IMessageBusReceiver
return icon; return icon;
} }
private Task SendToAssistant(Tools.Components destination, SendToButton sendToButton) protected Task SendToAssistant(Tools.Components destination, SendToButton sendToButton)
{ {
var contentToSend = sendToButton.UseResultingContentBlockData switch var contentToSend = sendToButton.UseResultingContentBlockData switch
{ {