remove unnecessary function
This commit is contained in:
parent
4507d99bfa
commit
b62168a626
|
|
@ -234,9 +234,4 @@ public class SequentialReasoner : IRoutingReasoner
|
|||
{
|
||||
});
|
||||
}
|
||||
|
||||
public Task<FunctionCallFromLlm> GetNextInstruction(Agent router, string messageId)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue