Skip to content
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

Ensure to include the tool input schema #82

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

DonJayamanne
Copy link
Collaborator

No description provided.

@DonJayamanne DonJayamanne merged commit 219a667 into main Oct 31, 2024
8 checks passed
@DonJayamanne DonJayamanne deleted the don/issue9911 branch October 31, 2024 03:41
return {
name: tool.name,
description: tool.description
description: tool.description,
inputSchema: tool.inputSchema,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roblourens thanks for helping identify the fix.
Wondering whether other users too could run into similar issues if inputSchema is optional property.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this map now that the shapes are aligned

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.

3 participants