diff --git a/src/Infrastructure/BotSharp.Core/Realtime/RealtimeHub.cs b/src/Infrastructure/BotSharp.Core/Realtime/RealtimeHub.cs index 6d2b10ec..219cd6ba 100644 --- a/src/Infrastructure/BotSharp.Core/Realtime/RealtimeHub.cs +++ b/src/Infrastructure/BotSharp.Core/Realtime/RealtimeHub.cs @@ -103,10 +103,10 @@ public class RealtimeHub : IRealtimeHub await completer.UpdateSession(conn, turnDetection: false); // Add dialog history - foreach (var item in dialogs) - { - await completer.InsertConversationItem(item); - } + //foreach (var item in dialogs) + //{ + // await completer.InsertConversationItem(item); + //} if (dialogs.LastOrDefault()?.Role == AgentRole.Assistant) {