This file contains hidden or 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
## Tool Usage | |
Guidelines for Creating and Utilizing Tools in tools.py: | |
1. Initial Assessment: | |
- Before creating new tools, read through tools.py to understand the existing tools and their functionalities. | |
2. Tool Creation: | |
- Create new tools as functions within tools.py. If tools.py doesn't exist, create it. | |
- Ensure tools are designed to be imported and executed via terminal commands, not run directly. |
OlderNewer