Skip to content

Commit

Permalink
Update prompt.py to clarify how to call commands (Significant-Gravita…
Browse files Browse the repository at this point in the history
…s#4027)

* Update prompt.py to clarify how to call commands

* new cassettes

* try again with a new cassette

* one last try with the cassette

* black dot

---------

Co-authored-by: k-boikov <[email protected]>
Co-authored-by: Nicholas Tindle <[email protected]>
  • Loading branch information
3 people authored May 15, 2023
1 parent 1a2f768 commit 16b7e7a
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion autogpt/prompts/prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_default_prompt_generator() -> PromptGenerator:
)
prompt_generator.add_constraint("No user assistance")
prompt_generator.add_constraint(
'Exclusively use the commands listed in double quotes e.g. "command name"'
"Exclusively use the commands listed below e.g. command_name"
)

# Add resources to the PromptGenerator object
Expand Down
Loading

0 comments on commit 16b7e7a

Please sign in to comment.