-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: Implement parallel tool calling functionality #6524
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
e34d71e
Add initial parallel tool calls support to core data structures
Patrick-Erichsen ab5be7b
Fix parallel tool calls test format to use OpenAI toolCalls structure
Patrick-Erichsen 082a73e
Refactor utility functions for parallel tool call support
Patrick-Erichsen 7cb78fe
Rename callCurrentTool to callToolById for clarity
Patrick-Erichsen aa50f54
Update streamNormalInput to handle multiple tool calls
Patrick-Erichsen e3d6d16
Update PendingToolCallToolbar for parallel tool calls
Patrick-Erichsen c48eeb4
Update Redux state management for parallel tool calls
Patrick-Erichsen 41a3106
Update message construction for parallel tool calls
Patrick-Erichsen bcf0969
Fix parallel tool calls utility functions and remove backward compati…
Patrick-Erichsen c49f841
Revert streaming fixes and preserve parallel tool calls progress
Patrick-Erichsen 148d84f
Remove backward compatibility check in addToolCallDeltaToState
Patrick-Erichsen 8bdffaf
Fix parallel tool calling functionality
Patrick-Erichsen a9e3a56
Fix parallel tool calls core processing and Claude API compatibility
Patrick-Erichsen cd30d42
fix: countTokens bug
Patrick-Erichsen 4da6a68
remove unneeded fn
Patrick-Erichsen 1d72ef6
Update countTokens.ts
Patrick-Erichsen 9c8ea71
countTokens testing
Patrick-Erichsen 6fd0135
Update countTokens.ts
Patrick-Erichsen d1de549
nuke flattenMessages
Patrick-Erichsen f573597
Fix parallel tool calls accept/reject issue and refactor selectors
Patrick-Erichsen 77a1482
UI polish
Patrick-Erichsen e100d9f
improve tool group ui
Patrick-Erichsen 7da112b
merge main
Patrick-Erichsen 6d1db0a
Update launch.json
Patrick-Erichsen daf6cfb
Fix tool state persistence after tool calls complete
Patrick-Erichsen fc27add
fix streaming bugs
Patrick-Erichsen e3a5582
Update Button.tsx
Patrick-Erichsen 326440f
cleanup group header
Patrick-Erichsen 815e51c
cleanup history page
Patrick-Erichsen 0274041
Merge branch 'main' into pe/parallel-tool-calling
Patrick-Erichsen 70a5365
Update GeneratingIndicator.tsx
Patrick-Erichsen cd6ceeb
fix: render all pending apply states
Patrick-Erichsen 9904ac2
Merge branch 'main' into pe/parallel-tool-calling
Patrick-Erichsen 34577d0
Update index.tsx
Patrick-Erichsen 4921ade
fix: openai toolcall streaming
Patrick-Erichsen d1b6e42
fix: duplicate msg content for openai msgs
Patrick-Erichsen b56ca02
ignore parallel edit tool calls
Patrick-Erichsen f39d352
linting
Patrick-Erichsen 7190dce
Update GUI.selectors.ts
Patrick-Erichsen 7e90887
fix failing tests
Patrick-Erichsen 44166d6
Update GUI.selectors.ts
Patrick-Erichsen 1654ba5
Update GUI.test.ts
Patrick-Erichsen 5d05636
Update StepContainer.tsx
Patrick-Erichsen 669769b
fix test errors and linting
Patrick-Erichsen 44719e0
Merge branch 'main' into pe/parallel-tool-calling
Patrick-Erichsen 3a6f928
Update StepContainer.tsx
Patrick-Erichsen b146d84
address dallin's feedback
Patrick-Erichsen da93021
Update GUI.test.ts
Patrick-Erichsen e9a3d63
Update GUI.test.ts
Patrick-Erichsen 1d38426
fix response actions
Patrick-Erichsen 3aacc1c
fix tests
Patrick-Erichsen a082de9
Update StepContainer.tsx
Patrick-Erichsen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.