remove unnecessary function

This commit is contained in:
Haiping Chen 2024-11-25 19:22:08 -06:00
parent 4507d99bfa
commit b62168a626

View file

@ -234,9 +234,4 @@ public class SequentialReasoner : IRoutingReasoner
{
});
}
public Task<FunctionCallFromLlm> GetNextInstruction(Agent router, string messageId)
{
throw new NotImplementedException();
}
}