In the file https://github.com/zwq2018/Data-Copilot/blob/main/prompt_lib/prompt_task.json, there is a spelling error on line 8 where "finanical" is written instead of "financial". When I ask "What is the net profit of Ping An Insurance in China?", and execute the line in main.py where tool_lib = './toollib/' + 'tool' + task_name + '.json' and tool_prompt = './promptlib/' + 'prompt' + task_name + '.json', it returns an error saying that the file cannot be found.
In the file https://github.com/zwq2018/Data-Copilot/blob/main/prompt_lib/prompt_task.json, there is a spelling error on line 8 where "finanical" is written instead of "financial". When I ask "What is the net profit of Ping An Insurance in China?", and execute the line in main.py where tool_lib = './toollib/' + 'tool' + task_name + '.json' and tool_prompt = './promptlib/' + 'prompt' + task_name + '.json', it returns an error saying that the file cannot be found.