Skip to content

Conversation

@xingyaoww
Copy link
Contributor

Summary

This PR applies @enyst's suggestion from PR #149 to improve the clarity of the parallel tool calling explanation in the SDK FAQ.

Changes Made

Modified sdk/faq.mdx line 11 to clarify when parallel actions are executed:

  • Before: "This allows agents to execute multiple independent actions simultaneously, improving efficiency."
  • After: "This allows agents to execute multiple independent actions before the next LLM call."

Why This Change?

The updated wording is more technically accurate and clearer:

  • "Before the next LLM call" precisely describes the execution timing
  • Removes ambiguity about whether actions run truly "simultaneously" (in parallel threads) vs. sequentially within the same LLM response cycle
  • Focuses on the key benefit: reducing round-trips to the LLM

Related


Checklist:

  • I have read and reviewed the documentation changes to the best of my ability.
  • The change is minor and doesn't require running the documentation site locally.

@xingyaoww can click here to continue refining the PR

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: enyst <enyst@users.noreply.github.com>
@xingyaoww xingyaoww requested a review from enyst as a code owner December 4, 2025 19:00
@xingyaoww xingyaoww merged commit 9b1459b into main Dec 4, 2025
2 checks passed
@xingyaoww xingyaoww deleted the apply-faq-suggestion branch December 4, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants