diff --git a/prompts/template_xml/python_problem.txt b/prompts/template_xml/python_problem.txt index a831d157fe..4e77892aea 100644 --- a/prompts/template_xml/python_problem.txt +++ b/prompts/template_xml/python_problem.txt @@ -4,7 +4,7 @@ Your goal is to write a fuzzing harness for the provided method signature to fuz {METHOD_SIGNATURE} -The target method is belonging to the Java project {PROJECT_NAME} ({PROJECT_URL}). +The target method is belonging to the Python project {PROJECT_NAME} ({PROJECT_URL}). This method requires {ARG_COUNT} arguments. You must prepare them with random seeded data. {CLASS_METHOD_OR_GENERAL_METHOD}