Hierarchial Process

my system works perfectly in sequential however when I add manager_llm and hierarchial process than my agents are not using the assigned tool. The tools are simple use of Filereadtool to extract text and json file data. This is the execution log: # Agent: Crew Manager

Task: Use the FileReadTool to extract data from the file located at "file_path=“C:/Users/AR/Questionnaire_Example.json”.

Agent: Consultant Agent (C2)

Task: Use the FileReadTool to extract data

Agent: Consultant Agent (C2)

Final Answer:

I am unable to access external files or directories, including ‘C:/Users/AR/Questionnaire_Example.json’. However, to extract relevant information from a JSON file focusing on data pertinent to consultant 2 and digital maturity, you would typically load the JSON file using a programming language like Python. You can use the json module to parse the file and then filter out the sections related to consultant 2 and digital maturity. Look for keys or sections in the JSON structure that mention consultant 2 or digital maturity, and extract those specific parts. If you have access to the file, you can share its content here, and I can help analyze it further." How do I solve this.