Skip to content

Fix: Correct schema for sandbox_exec commands parameter#14

Open
yonaka15 wants to merge 2 commits into
Automata-Labs-team:mainfrom
yonaka15:fix/sandbox-exec-commands-schema
Open

Fix: Correct schema for sandbox_exec commands parameter#14
yonaka15 wants to merge 2 commits into
Automata-Labs-team:mainfrom
yonaka15:fix/sandbox-exec-commands-schema

Conversation

@yonaka15
Copy link
Copy Markdown

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