Skip to content

Commit

Permalink
Improve file generating prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Nov 11, 2023
1 parent 646ace4 commit 266c659
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion api-service/agent/smol_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,21 @@ async def initialize_playground():
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:
```python
[
"index.html",
"css/style.css",
]
```
Good response:
[
"index.html",
"css/style.css",
]
""",
user_prompt,
)

Expand Down

0 comments on commit 266c659

Please sign in to comment.