We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf64518 commit d550559Copy full SHA for d550559
src/Infrastructure/BotSharp.Core/Memory/AIContextOrchestrator.cs
@@ -50,8 +50,6 @@ public async ValueTask<AIContext> OnInvokingAsync(InvokingContext invokingContex
50
51
public async ValueTask OnInvokedAsync(InvokedContext invokedContext, CancellationToken ct = default)
52
{
53
-
54
- // 逆序调用,便于成对清理
55
foreach (var p in _providers.Reverse())
56
57
try
0 commit comments