Skip to content

fix(langchain-sdk): Fix issue occurring when using a tool with list type. #267

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

Closed
wants to merge 3 commits into from

Conversation

anubhav756
Copy link
Contributor

Temporarily relaxes type checking in the toolbox manifest handling. Currently, the toolbox manifest does not include items information (along with the type field) in the parameters field of the manifest. This change allows lists containing any type of value (except nested lists) as a workaround. This will be reverted once the toolbox manifest provides type information.

[!NOTE]
This is a temporary fix. It allows tools relying on the manifest to function until the toolbox's manifest includes type information.

@anubhav756 anubhav756 requested a review from a team as a code owner February 5, 2025 07:59
@anubhav756 anubhav756 self-assigned this Feb 5, 2025
@Yuan325
Copy link
Contributor

Yuan325 commented Feb 6, 2025

Migrate to googleapis/mcp-toolbox-sdk-python#33

@Yuan325 Yuan325 closed this Feb 6, 2025
@anubhav756 anubhav756 deleted the anubhav-list-patch branch February 17, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants