feat(compose): support tool name and argument aliases in ToolsNode#931
Merged
shentongmartin merged 4 commits intoalpha/09from Apr 8, 2026
Merged
feat(compose): support tool name and argument aliases in ToolsNode#931shentongmartin merged 4 commits intoalpha/09from
shentongmartin merged 4 commits intoalpha/09from
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## alpha/09 #931 +/- ##
===========================================
Coverage ? 81.84%
===========================================
Files ? 158
Lines ? 19109
Branches ? 0
===========================================
Hits ? 15639
Misses ? 2332
Partials ? 1138 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ed82f32 to
8a9fa92
Compare
Change-Id: If20fa78dba82a1c177c8ec47090050ea8c1354ed
0c68dd5 to
176047a
Compare
176047a to
ad62fd1
Compare
Add ToolAliasConfig to allow configuring name aliases (multiple names resolving to the same tool) and argument aliases (remapping LLM-generated parameter keys to canonical keys) for ToolsNode. - NameAliases: resolve alternative tool names during dispatch - ArgumentAliases: remap top-level JSON keys before ToolArgumentsHandler - Validate alias conflicts and non-existent tool references at init time
ad62fd1 to
706095e
Compare
shentongmartin
approved these changes
Apr 8, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 8, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 8, 2026
mrh997
pushed a commit
that referenced
this pull request
Apr 10, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 13, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 14, 2026
N3kox
pushed a commit
that referenced
this pull request
Apr 14, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 14, 2026
shentongmartin
pushed a commit
that referenced
this pull request
Apr 15, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add ToolAliasConfig to allow configuring name aliases (multiple names resolving to the same tool) and argument aliases (remapping LLM-generated parameter keys to canonical keys) for ToolsNode.