-
Notifications
You must be signed in to change notification settings - Fork 17
fix(toolbox-llamaindex): Align ToolboxTool
properties for consistency and debuggability
#293
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
Open
anubhav756
wants to merge
4
commits into
anubhav-state-lc
Choose a base branch
from
anubhav-state-li
base: anubhav-state-lc
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+84
−1
Conversation
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
d33d044
to
6d9a532
Compare
f311bb8
to
1cef9c2
Compare
6d9a532
to
eadd7d0
Compare
/gcbrun |
1cef9c2
to
11f4718
Compare
eadd7d0
to
a304b28
Compare
ToolboxTool
properties for consistency and debuggability
Do we plan to add tests for this? |
11f4718
to
5a98405
Compare
a304b28
to
0418ed6
Compare
5a98405
to
40b8221
Compare
0418ed6
to
0a69d9f
Compare
Added. Thanks for pointing that out. |
937b1fc
to
1d2a960
Compare
26cd877
to
44a5813
Compare
1d2a960
to
6fa70b7
Compare
6fa70b7
to
34497fd
Compare
44a5813
to
35660b2
Compare
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.
Summary
This PR refactors the
ToolboxTool
intoolbox-llamaindex
to align its public API with thetoolbox-langchain
package (#294).This provides a consistent developer experience across both ecosystems and also improves debuggability by making the tool's internal state transparent and inspectable.
Changes
The following read-only properties are now publicly exposed on the
ToolboxTool
, mirroring the core/langchain interface:_bound_params
_required_authn_params
_required_authz_tokens
_auth_service_token_getters
_client_headers