Tachi67's picture
Upload 5 files
faf6c9a
|
raw
history blame
692 Bytes

Table of Contents

PlanFileEditAtomicFlow

PlanFileEditAtomicFlow Objects

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

__init__