`LLMModel` does not support tool calling
Opened this issue · 0 comments
jamesbraza commented
It would be nice if LLMModel
directly supported tool calling.
That way, we wouldn't need to shim to aviary.ToolSelector
like we do here:
Lines 757 to 764 in 6fda922