Hello, I want to pass an input from a flow into a crew which is a file path to a text file. In the crew, I cannot work out how to add this input into a correctly instantiated FileReadTool(file_path=)
I tried doing it in before_kickoff() but it throws errors, and it cannot be called outside the class in the normal use way with a pre-loaded fixed string. Any help please?