| # Table of Contents |
|
|
| * [PlanFileEditAtomicFlow](#PlanFileEditAtomicFlow) |
| * [PlanFileEditAtomicFlow](#PlanFileEditAtomicFlow.PlanFileEditAtomicFlow) |
| * [run](#PlanFileEditAtomicFlow.PlanFileEditAtomicFlow.run) |
| * [run](#run) |
| * [\_\_init\_\_](#__init__) |
|
|
| <a id="PlanFileEditAtomicFlow"></a> |
|
|
| # PlanFileEditAtomicFlow |
|
|
| <a id="PlanFileEditAtomicFlow.PlanFileEditAtomicFlow"></a> |
|
|
| ## PlanFileEditAtomicFlow Objects |
|
|
| ```python |
| class PlanFileEditAtomicFlow(AtomicFlow) |
| ``` |
|
|
| This class is used to write plan to a temp code file, with commented instructions to give information |
| to the user. |
|
|
| *Input Interface*: |
| - `plan`: str |
| - `plan_file_location`: str |
|
|
| *Output Interface*: |
| - `plan_editor_output`: str |
| - `temp_plan_file_location`: str |
|
|
| *Configuration Parameters*: |
| - `input_interface`: The input interface of the atomic flow. |
| - `output_interface`: The output interface of the atomic flow. |
|
|
| <a id="PlanFileEditAtomicFlow.PlanFileEditAtomicFlow.run"></a> |
|
|
| #### run |
|
|
| ```python |
| def run(input_data: Dict[str, Any]) |
| ``` |
|
|
| This function runs the atomic flow. |
|
|
| **Arguments**: |
|
|
| - `input_data` (`Dict[str, Any]`): The input data. |
|
|
| **Returns**: |
|
|
| `Dict[str, Any]`: The output data. |
|
|
| <a id="run"></a> |
|
|
| # run |
|
|
| <a id="__init__"></a> |
|
|
| # \_\_init\_\_ |
|
|
|
|