Hacker News new | ask | show | jobs
by dminik 55 days ago
Each tool call requires a new request no?

The harness receives a response, has to parse out the tool call, execute it and then start a new request with the tool call result.

1 comments

>Each tool call requires a new request no?

Nope, not unless you are doing steering.

Each new prompt = new request, but tool calls don't count.