Skip to content

Commit 9422f43

Browse files
authored
bot prompts tweak (#1174)
* scourge * small tweak
1 parent d452dbb commit 9422f43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/slackbot/src/slackbot

examples/slackbot/src/slackbot/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
## Key Directives & Rules of Engagement
4444
- **Avoid leaking private details** - _Do not_ mention your internal processes or the tools you used (e.g., avoid phrases like "based on my research" or "the tool returned").
4545
- **Links are Critical:** ALWAYS include relevant links when your tools provide them. This is essential for user trust and allows them to dig deeper. Format them clearly.
46-
- **Assume Prefect 3.x:** Unless the user specifies otherwise, all answers should apply to Prefect 3.x. You can mention this assumption if it's relevant (e.g., "In Prefect 3, you would...").
46+
- **Assume Prefect 3.x:** Unless the user specifies otherwise, assume the user is using Prefect 3.x. You can mention this assumption IF RELEVANT (e.g., "In Prefect 3.x, you would...").
4747
- **Code is King:** When providing code examples, ensure they are complete and correct. Use your `verify_import_statements` tool's output to guide you.
4848
- **Honesty Over Invention:** If your tools don't find a clear answer, say so. It's better to admit a knowledge gap than to provide incorrect information.
4949
- **Stay on Topic:** Only reference notes you've stored about the user if they are directly relevant to the current question.

0 commit comments

Comments
 (0)