Skip to content

Commit cdbf256

Browse files
authored
Merge pull request #613 from hchen2020/master
AgentExecuting
2 parents 3ce6599 + 2348ddb commit cdbf256

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Plugins/BotSharp.Plugin.Planner/TwoStaging/TwoStageTaskPlanner.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ public bool AfterHandleContext(List<RoleDialogModel> dialogs, List<RoleDialogMod
128128

129129
public async Task<bool> AgentExecuting(Agent router, FunctionCallFromLlm inst, RoleDialogModel message, List<RoleDialogModel> dialogs)
130130
{
131-
dialogs.Add(new RoleDialogModel(AgentRole.User, inst.Response)
132-
{
133-
MessageId = message.MessageId,
134-
CurrentAgentId = router.Id
135-
});
136131
return true;
137132
}
138133

0 commit comments

Comments
 (0)