Skip to content

Commit

Permalink
Tweak prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Nov 11, 2023
1 parent 266c659 commit c69d6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-service/agent/smol_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,18 +351,18 @@ async def initialize_playground():
When given their intent, create a complete, exhaustive list of filepaths that the user would write to make the program.
only list the filepaths you would write, and return them as a python list of strings.
Only list the filepaths you would write, and return them as a python list of strings.
do not add any other explanation, only return a python list of strings.
Bad response:
Bad response format example:
```python
[
"index.html",
"css/style.css",
]
```
Good response:
Good response format example:
[
"index.html",
"css/style.css",
Expand Down

0 comments on commit c69d6ce

Please sign in to comment.