Views
No views yet
class ParseFeedbackAtomicFlow(AtomicFlow)temp_code_file_location: Notice that if we are parsing the plan file, this should be changed to temp_plan_file_location.code: The content of the code file.feedback: The feedback from the user.input_interface: The input interface of the flow.output_interface: The output interface of the flow.def run(input_data: Dict[str, Any])input_data (Dict[str, Any]): The input data.Dict[str, Any]: The output data.