Comment by dminik
2 months 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.
2 months 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.
>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.