Haolong Li
commited on
Commit
·
691d77c
1
Parent(s):
526f8f8
Update InterpreterAtomicFlow.yaml
Browse files
InterpreterAtomicFlow.yaml
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
flow:
|
2 |
-
_target_: flows.application_flows.InterpreterAtomicFlow.instantiate_from_default_config
|
3 |
-
|
4 |
-
name: "SimpleInterpreter_Flow"
|
5 |
-
description: "A flow that compiles and runs codes"
|
6 |
-
|
7 |
name: "InterpreterAtomicFlow"
|
8 |
description: "A flow that compiles and runs codes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
name: "InterpreterAtomicFlow"
|
2 |
description: "A flow that compiles and runs codes"
|
3 |
+
|
4 |
+
input_interface:
|
5 |
+
- "language"
|
6 |
+
- "code"
|
7 |
+
|
8 |
+
output_interface:
|
9 |
+
- "interpreter_output"
|