Skip to content

Commit d550559

Browse files
committed
Update AIContextOrchestrator.cs
1 parent bf64518 commit d550559

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Infrastructure/BotSharp.Core/Memory/AIContextOrchestrator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ public async ValueTask<AIContext> OnInvokingAsync(InvokingContext invokingContex
5050

5151
public async ValueTask OnInvokedAsync(InvokedContext invokedContext, CancellationToken ct = default)
5252
{
53-
54-
// 逆序调用,便于成对清理
5553
foreach (var p in _providers.Reverse())
5654
{
5755
try

0 commit comments

Comments
 (0)