-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(server.py): remove legacy format support for file arguments …
…to simplify code and enforce new format fix(server.py): ensure 'files' argument is mandatory for tool execution to prevent runtime errors refactor(test_server.py): update tests to use new 'files' argument format for consistency and clarity refactor(text_editor.py): streamline file result initialization for better readability test(tests): enhance tests to validate new response structure and error handling for missing arguments
- Loading branch information
Showing
4 changed files
with
72 additions
and
105 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.