Skip to content

Commit 22c0977

Browse files
committed
minor change
1 parent 7bc5cc3 commit 22c0977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def config(
8383
help="Use the user prompt instead of the default prompt",
8484
),
8585
user_prompt: str = typer.Option(
86-
"Here is your task:\nYou need to implement all functions with 'pass' and pass the unit tests.\nDo not change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.\nWhen you generate code, you must maintain the original formatting of the function stubs (such as whitespaces), otherwise we will not able to search/replace blocks for code modifications, and therefore you will receive a score of 0 for your generated code.",
86+
"Here is your task:\nYou need to implement all functions with ' pass' and pass the unit tests.\nDo not change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.\nWhen you generate code, you must maintain the original formatting of the function stubs (such as whitespaces), otherwise we will not able to search/replace blocks for code modifications, and therefore you will receive a score of 0 for your generated code.",
8787
help="User prompt to use",
8888
),
8989
run_tests: bool = typer.Option(

0 commit comments

Comments
 (0)