File size: 371 Bytes
428252c |
1 2 3 4 5 6 7 8 9 10 11 12 |
_target_: flow_modules.aiflows.RunCodeFlowModule.ExecuteCodeAtomicFlow.instantiate_from_default_config
name: "ExecuteCodeAtomicFlow"
description: "A flow that opens up temp code file location, waits for update, runs code and deletes temp code file"
input_interface:
- "temp_code_file_location"
- "language"
output_interface:
- "interpreter_output"
- "code_ran" |