forked from i-am-bee/bee-agent-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tools): resolve linting issues in HumanTool implementation
Refactored \`human.ts\` to remove unused imports and variables: - Removed unused \`ToolOutput\` import. - Renamed \`options\` to \`_options\` to comply with linting rules for unused variables. Refactored \`io.ts\` to eliminate console statements: - Replaced \`console.error\` with comments for fallback handling. These changes ensure that \`yarn lint\` runs without errors or warnings. Ref: i-am-bee#121
- Loading branch information
1 parent
4542c02
commit 1387c66
Showing
3 changed files
with
20 additions
and
17 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