name: "CF_CodeTesting" description: "Given code and test specified by input-output pairs, executes the code with the specific input, compares it with the output, and returns an informative message." input_interface: - "code" - "public_tests_individual_io" output_interface: - "all_tests_passed" - "testing_results_summary" public_tests_key: "public_tests_individual_io"