Skip to content

Fix: Correct schema for sandbox_exec commands parameter #14

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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yonaka15
Copy link

This pull request corrects the OpenAPI schema for the commands parameter of the sandbox_exec tool.

The commands parameter is defined as an array, but it was missing the items: { "type": "string" } specification. This change adds the missing item type definition, ensuring the schema accurately reflects that the commands array should contain strings.

This improves the schema's accuracy and helps with tooling and validation.

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.

1 participant