|
|
|
|
|
by zambelli
31 days ago
|
|
Within limits, yes. Forge has escalating nudges that will tell the model effectively "stop responding with text, you MUST call a tool" vibes. If the model is emitting something like "ok, let me call the tool: [valid json tool call in the middle of prose]" then we catch it with rescue parsing. But at the end of the day, if the model keeps responding with text, there's nothing forge can do. I've run into that failure mode for sure, even with forge. That works well enough for all the models shown in the eval here: relatively modern 8B+ models. But some of the older generation (mistral 7b, that sort of thing) still can't be reliably used in something like a production setting. |
|