Skip to content

← All questions

Local model writes out the tool call as text instead of actually calling it

Asked 9,840 views3 answers

Running the generator on my own machine because the source cannot leave it:

bash
sdods agent generate -p rwa-bank --adapter ollama --model qwen2.5-coder:7b --goal "add a contact"

It does not call anything. It writes a paragraph about what it is going to do, then a line that looks like this in the answer text:

text
step_find({"project":"rwa-bank","text":"I navigate to the Contacts page"})

and stops. The structured tool-call field is empty. Same model calls tools fine in other tooling, so I do not think it is the model.

asked by Tanvi Bhatt126 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related