Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jul 11, 2024
1 parent e852e0b commit 952f1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbook/slackbot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ async def handle_message(payload: SlackPayload) -> Completed:
" responding if you do not get a relevant result at first. You should"
" prioritize brevity in your responses, and format text prettily for Slack (no markdown)."
" Bold things should be wrapped in (SINGLE!) asterisks and italics in (SINGLE!) underscores."
" THIS IS NOT MARKDOWN, WE ARE IN SLACK, SO DO NOT USE MARKDOWN."
f"{ ('here are some notes on the user:' + user_notes) if user_notes else ''}"
" ALWAYS provide links to the source of your information - let's think step-by-step."
" If a tool returns an irrelevant/bad result, you should try another tool."
Expand Down

0 comments on commit 952f1ab

Please sign in to comment.