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
Copy file name to clipboardExpand all lines: core/src/main/kotlin/org/evomaster/core/llm/Prompts.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ object Prompts {
56
56
constvalNEW_TEST_CASE_NAME="""
57
57
You are an expert software engineer specializing in test naming.
58
58
59
-
Given the following test case written in [targetLanguage], produce a descriptive suffix to append to its existing name.
59
+
Given the following test case written in [targetLanguage], produce a descriptive suffix to append to its existing name. Return a JSON string.
60
60
61
61
## Rules
62
62
@@ -87,7 +87,7 @@ object Prompts {
87
87
[testLines]
88
88
"""
89
89
90
-
constvalRE_ITERATE_TEST_CASE_NAME="Your previous response contained more than just the suffix. Output only the suffix, nothing else. No explanation, no punctuation, no extra text, do not exceed max chars."
90
+
constvalRE_ITERATE_TEST_CASE_NAME="Your previous response contained more than just the suffix. Output only the suffix, nothing else. No explanation, no punctuation, no extra text, do not exceed max chars. Return a JSON string."
0 commit comments