Skip to content

Commit b62168a

Browse files
author
Haiping Chen
committed
remove unnecessary function
1 parent 4507d99 commit b62168a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Infrastructure/BotSharp.Core/Routing/Reasoning/SequentialReasoner.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,4 @@ private string GetDecomposeTaskPrompt(Agent router)
234234
{
235235
});
236236
}
237-
238-
public Task<FunctionCallFromLlm> GetNextInstruction(Agent router, string messageId)
239-
{
240-
throw new NotImplementedException();
241-
}
242237
}

0 commit comments

Comments
 (0)