mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 08:39:46 +00:00
Allow assistants to call "send to" method
This commit is contained in:
parent
f49cff54cf
commit
c78f73f4e2
@ -243,7 +243,7 @@ public abstract partial class AssistantBase : ComponentBase, IMessageBusReceiver
|
||||
return icon;
|
||||
}
|
||||
|
||||
private Task SendToAssistant(Tools.Components destination, SendToButton sendToButton)
|
||||
protected Task SendToAssistant(Tools.Components destination, SendToButton sendToButton)
|
||||
{
|
||||
var contentToSend = sendToButton.UseResultingContentBlockData switch
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user