default config Evaluator fix
Browse files
EvaluatorFlowModule/EvaluatorFlow.yaml
CHANGED
|
@@ -9,9 +9,10 @@ output_interface:
|
|
| 9 |
|
| 10 |
py_file: ???
|
| 11 |
function_to_run_name: ???
|
| 12 |
-
test_inputs:
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
timeout_seconds: 10
|
| 16 |
run_error_score: -100
|
| 17 |
use_test_input_as_key: false
|
|
|
|
| 9 |
|
| 10 |
py_file: ???
|
| 11 |
function_to_run_name: ???
|
| 12 |
+
test_inputs: ???
|
| 13 |
+
#e.g.,
|
| 14 |
+
# test_1: null
|
| 15 |
+
# test_2: null
|
| 16 |
timeout_seconds: 10
|
| 17 |
run_error_score: -100
|
| 18 |
use_test_input_as_key: false
|