-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs: Delete parallel tool calls section from known limitations documentation because it has now been implemented #4207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jwm4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you put a note in the "Resolved Issues" section saying that this is now supported?
|
@jwm4 I wasn't aware of that section, sorry - documentation added. The parameter name documented does not clearly indicate intended behavior, nor does the official documentation, so I thought it worthwhile to create a couple diagrams to make it easy to understand. |
cdoern
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually, the links are 404'ing, thanks @anastasds for catching that.
|
I'll check the images into this PR after my flight lands |
jwm4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now.
|
@anastasds pre-commit is failing |
…now been implemented Removed section on rumored issue with parallel tool calls.
Added clarification on the behavior of the `parallel_tool_calls` parameter and its impact on function calling workflows.
Signed-off-by: Anastas Stoyanovsky <[email protected]>
Signed-off-by: Anastas Stoyanovsky <[email protected]>
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ llama-stack-client-node studio · code · diff
❗ llama-stack-client-kotlin studio
✅ llama-stack-client-go studio · code · diff
⏳ These are partial results; builds are still running. This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
Signed-off-by: Anastas Stoyanovsky <[email protected]>
|
Pulling this into #4196. |
Remove section on "rumored" (thereafter confirmed and corrected) issue with parallel tool calls. Fixed in #4124 and #4196.