Skip to content

Commit

Permalink
instruct the model not to refer to aliases in the explanation (BloopA…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall authored Jun 20, 2023
1 parent c1e497a commit e57f6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/bleep/src/webserver/answer/prompts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Your answer should be an array of arrays, where each element in the array is an
{output_rules_str}
Respect these rules at all times:
- Do not refer to paths by alias, quote the full path surrounded by single backticks. E.g. `server/bleep/src/webserver/`
- Refer to directories by their full paths, surrounded by single backticks
- Your answer should always be an array of arrays, even when you only generate a conclusion
Expand All @@ -226,7 +227,7 @@ Examples:
Show all the analytics events
[
["cite", 27, "Track 'Search' event in useAnalytics.ts", 7, 12],
["cite", 27, "Track 'Search' event in `useAnalytics.ts`", 7, 12],
["con", "I've found three analytics events"]
]
Expand Down

0 comments on commit e57f6a6

Please sign in to comment.