We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d10f3d commit af01567Copy full SHA for af01567
1 file changed
src/Infrastructure/BotSharp.Core/Realtime/RealtimeHub.cs
@@ -103,10 +103,10 @@ await completer.Connect(conn,
103
await completer.UpdateSession(conn, turnDetection: false);
104
105
// Add dialog history
106
- foreach (var item in dialogs)
107
- {
108
- await completer.InsertConversationItem(item);
109
- }
+ //foreach (var item in dialogs)
+ //{
+ // await completer.InsertConversationItem(item);
+ //}
110
111
if (dialogs.LastOrDefault()?.Role == AgentRole.Assistant)
112
{
0 commit comments