Table of Contents
CodeFileEditAtomicFlow
CodeFileEditAtomicFlow Objects
class CodeFileEditAtomicFlow(AtomicFlow)
This class is used to write code to a temp code file, with commented instructions to give information to the user.
Input Interface:
code: strlanguage_of_code: strmemory_files: Dict[str, str]. Notice that the memory_files should at least contain thecode_libraryentry indicating the file location of the code library.
Output Interface:
code_editor_output: strtemp_code_file_location: str
run
def run(input_data: Dict[str, Any])
This function runs the atomic flow.
:param input_data (Dict[str, Any]): The input data. :return: Dict[str, Any] The output data.