File size: 338 Bytes
dc1a80a |
1 2 3 4 5 6 7 8 9 10 11 12 |
name: "CodeFileEditAtomicFlow"
description: "A flow that writes code to a temp file"
_target_: flow_modules.aiflows.CodeFileEditFlowModule.CodeFileEditAtomicFlow.instantiate_from_default_config
input_interface:
- "code"
- "language_of_code"
- "memory_files"
output_interface:
- "code_editor_output"
- "temp_code_file_location" |