← Back to context Comment by arbol 2 months ago This isn't true anymore.. GitHub are rate limiting people on pro and pro+ pretty hard 3 comments arbol Reply anthonybsd 2 months ago I'm talking about per-request model remember? With extensive prompt you realistically can have one request every 10 minutes because the agent will be busy for at least 10 minutes executing it. They aren't rate limiting that. 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. anthonybsd 2 months ago >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.
anthonybsd 2 months ago I'm talking about per-request model remember? With extensive prompt you realistically can have one request every 10 minutes because the agent will be busy for at least 10 minutes executing it. They aren't rate limiting that. 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. anthonybsd 2 months ago >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.
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. anthonybsd 2 months ago >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.
anthonybsd 2 months ago >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.
I'm talking about per-request model remember? With extensive prompt you realistically can have one request every 10 minutes because the agent will be busy for at least 10 minutes executing it. They aren't rate limiting that.
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.