Skip to content

Commit 9b1459b

Browse files
xingyaowwopenhands-agentenyst
authored
Apply suggestion to clarify parallel tool calling behavior (#150)
Changed 'execute multiple independent actions simultaneously' to 'execute multiple independent actions before the next LLM call' for better clarity on when parallel actions are executed. Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: enyst <enyst@users.noreply.github.com>
1 parent 7a37932 commit 9b1459b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: question
88

99
**Yes, the OpenHands SDK supports parallel tool calling by default.**
1010

11-
The SDK automatically handles parallel tool calls when the underlying LLM (like Claude or GPT-4) returns multiple tool calls in a single response. This allows agents to execute multiple independent actions simultaneously, improving efficiency.
11+
The SDK automatically handles parallel tool calls when the underlying LLM (like Claude or GPT-4) returns multiple tool calls in a single response. This allows agents to execute multiple independent actions before the next LLM call.
1212

1313
<Accordion title="How it works" icon="gear">
1414
When the LLM generates multiple tool calls in parallel, the SDK groups them using a shared `llm_response_id`:

0 commit comments

Comments
 (0)