This flow parses the feedback from the user. The flow is supposed to be called after the CodeFileEdit or PlanFileEdit flow.
The flow will open the file in VSCode and wait for the user to edit the file. Once the user closes the file, the flow will parse the file and return the content of the file.
Input Interface:
temp_code_file_location: Notice that if we are parsing the plan file, this should be changed to temp_plan_file_location.