File size: 344 Bytes
428252c |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
_target_: flow_modules.aiflows.RunCodeFlowModule.RunCodeFileEditAtomicFlow.instantiate_from_default_config
name: "RunCodeFileEditorAtomicFlow"
description: "A flow that writes code to be ran to a temp file"
input_interface:
- "code"
- "language"
- "memory_files"
output_interface:
- "code_editor_output"
- "temp_code_file_location"
|