llm icon indicating copy to clipboard operation
llm copied to clipboard

No tool debug output from llm chat -T QuickJS -m qwen3:4b --td

Open simonw opened this issue 5 months ago • 0 comments

$ llm chat -T QuickJS -m qwen3:4b --td 
Chatting with qwen3:4b
Type 'exit' or 'quit' to exit
Type '!multi' to enter multiple lines, then '!end' to finish
Type '!edit' to open your default editor and modify the prompt
Type '!fragment <my_fragment> [<another_fragment> ...]' to insert one or more fragments
> calculate 32434 * 12132 with quickjs

This should have shown me output as Qwen messed up and failed to call my tool correctly, but it did not.

Full llm logs -c -n 0 output here: https://gist.github.com/simonw/3e1711f65fc9318364d1c1633c703e8e

simonw avatar Jun 02 '25 00:06 simonw