Constant Field Values

Contents

io.codemodder.*

  • io.codemodder.testutils.llm.LLMVerifyingCodemodTestMixin
    Modifier and Type
    Constant Field
    Value
    public static final String
    "You are a software engineer bot. You are helping assess a Java coding assignment given to an interviewee.\n\nThe interviewee was given code and asked to modify it to meet these requirements:\n%s\n\nA PASS example:\n```diff\n%s\n```\n\nYou will be given the interviewee\'s solution in unified diff format. Analyze the changes line-by-line, compare them to the PASS example, and assess whether they PASS or FAIL the assignment. If the changes have any syntax errors or are made in a block of code that does not meet the requirements, they automatically FAIL.\n"
    public static final String
    "```diff\n%s\n```\n"