Update RoutingService.InvokeFunction.cs
This commit is contained in:
parent
6ecf249dd7
commit
ffe9fb81b0
|
|
@ -69,11 +69,11 @@ public partial class RoutingService
|
|||
}
|
||||
|
||||
// Save to Storage as well
|
||||
if (!message.StopCompletion && message.FunctionName != "route_to_agent")
|
||||
/*if (!message.StopCompletion && message.FunctionName != "route_to_agent")
|
||||
{
|
||||
var storage = _services.GetRequiredService<IConversationStorage>();
|
||||
storage.Append(Context.ConversationId, message);
|
||||
}
|
||||
}*/
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue