You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnself.selection_function(zipped_history, task_id, prompt, is_stdin, example), None## (Alex) example is newly added, could get rid of the redundancy for prompt and is_stdin
1093
+
returnself.selection_function(zipped_history, task_id, prompt, is_stdin, example), None## example is newly added, could get rid of the redundancy for prompt and is_stdin
defgenerate_tests_for_one_example(example, ##TODO :Alex, make sure what ever takes the output of this function to be able to handle the new output format
2045
+
defgenerate_tests_for_one_example(example, ##TODO Make sure what ever takes the output of this function to be able to handle the new output format
0 commit comments