format TwilioMessageQueueService.cs

This commit is contained in:
易磊 2024-10-18 22:48:16 +08:00 committed by GitHub
parent b99b66e489
commit 0e16cd36ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ namespace BotSharp.Plugin.Twilio.Services
}
);
reply.SpeechFileName = await GetReplySpeechFileName(message.ConversationId, reply, sp);
reply.Hints = GetHints(reply); ;
reply.Hints = GetHints(reply);
reply.Content = null;
await sessionManager.SetAssistantReplyAsync(message.ConversationId, message.SeqNumber, reply);
}