We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Faced unexpected behavior and some bugs in the File writer tool.
This error message upon usage without an ai agent
As well as this one when using an agent
Assign this to me as I'm working on fixing it.
The text was updated successfully, but these errors were encountered:
Running the crewai tutorial here https://www.datacamp.com/tutorial/crew-ai fails at Step 2 with file_writer_tool._run
file_writer_tool = FileWriterTool() result = file_writer_tool._run(filename='ai.txt', content = text, directory = '', overwrite=True)
giving an error: "An error occurred while writing to the file: 'bool' object has no attribute 'lower'"
Sorry, something went wrong.
Running the crewai tutorial here https://www.datacamp.com/tutorial/crew-ai fails at Step 2 with file_writer_tool._run file_writer_tool = FileWriterTool() result = file_writer_tool._run(filename='ai.txt', content = text, directory = '', overwrite=True) giving an error: "An error occurred while writing to the file: 'bool' object has no attribute 'lower'"
You can change the overwrite value to "True" (string), and it should work
No branches or pull requests
Faced unexpected behavior and some bugs in the File writer tool.
This error message upon usage without an ai agent
As well as this one when using an agent
Assign this to me as I'm working on fixing it.
The text was updated successfully, but these errors were encountered: