Skip to content

Commit 87068cd

Browse files
authored
Merge pull request #1040 from tom-doerr/patch-10
Clarify where requires_permission_to_run flag is used
2 parents 9554bed + 166e8c2 commit 87068cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/teleprompt/mipro_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ def compile(
395395
user_confirmation_message = textwrap.dedent(f"""\
396396
To proceed with the execution of this program, please confirm by typing {BLUE}'y'{ENDC} for yes or {BLUE}'n'{ENDC} for no.
397397
398-
If you would like to bypass this confirmation step in future executions, set the {YELLOW}`requires_permission_to_run`{ENDC} flag to {YELLOW}`False`.{ENDC}
398+
If you would like to bypass this confirmation step in future executions, set the {YELLOW}`requires_permission_to_run`{ENDC} flag to {YELLOW}`False` when calling compile.{ENDC}
399399
400400
{YELLOW}Awaiting your input...{ENDC}
401401
""")

0 commit comments

Comments
 (0)