fix(toolbox-langchain): Expose auth requirements from underlying core tool#292
Draft
anubhav756 wants to merge 4 commits into
Draft
fix(toolbox-langchain): Expose auth requirements from underlying core tool#292anubhav756 wants to merge 4 commits into
anubhav756 wants to merge 4 commits into
Conversation
anubhav756
force-pushed
the
anubhav-state
branch
from
June 19, 2025 13:56
fcf2143 to
3fe904a
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
2 times, most recently
from
June 19, 2025 14:31
1cef9c2 to
11f4718
Compare
anubhav756
marked this pull request as ready for review
June 19, 2025 15:26
Contributor
|
Do we plan to add tests for this? |
anubhav756
force-pushed
the
anubhav-state
branch
from
June 23, 2025 16:23
d42e234 to
d25545b
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
from
June 23, 2025 17:43
11f4718 to
5a98405
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
from
June 24, 2025 12:33
5a98405 to
40b8221
Compare
Contributor
Author
Added. Thanks for pointing that out. |
kurtisvg
requested changes
Jun 30, 2025
anubhav756
force-pushed
the
anubhav-state-lc
branch
from
July 2, 2025 13:51
937b1fc to
1d2a960
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
3 times, most recently
from
July 7, 2025 06:59
34497fd to
20b7968
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
from
July 15, 2025 05:52
20b7968 to
501be35
Compare
anubhav756
force-pushed
the
anubhav-state-lc
branch
from
July 21, 2025 07:15
501be35 to
3ecad9d
Compare
anubhav756
marked this pull request as draft
September 8, 2025 06:47
twishabansal
removed their request for review
June 11, 2026 17:28
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.
This PR exposes the authentication and authorization requirements from the underlying
toolbox-core'sToolboxToolas properties on thetoolbox-langchain'sToolboxToolwrapper.This change forwards the properties introduced in #294, making them accessible at the LangChain integration layer. It is a key prerequisite for implementing self-authenticating tools (#291), as it allows higher-level abstractions to inspect a tool's auth needs directly.