Skip to content

Commit 6649e52

Browse files
author
Jicheng Lu
committed
Merge branch 'master' of https://github.com/SciSharp/BotSharp into test/google-realtime
2 parents cc01caf + 2ff2c30 commit 6649e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public async Task<RoleDialogModel> InstructLoop(Agent agent, RoleDialogModel mes
1616
var storage = _services.GetRequiredService<IConversationStorage>();
1717

1818
_router = agent;
19-
2019
var states = _services.GetRequiredService<IConversationStateService>();
2120
var executor = _services.GetRequiredService<IExecutor>();
2221

0 commit comments

Comments
 (0)