From 1f04d10e5ba90144000bb87e3a0a80aef3894b03 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Mon, 2 Dec 2024 11:45:02 -0600 Subject: [PATCH] dont recommend discourse --- cookbook/slackbot/start.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cookbook/slackbot/start.py b/cookbook/slackbot/start.py index 24ba62543..efbba2e6b 100644 --- a/cookbook/slackbot/start.py +++ b/cookbook/slackbot/start.py @@ -62,7 +62,10 @@ def engage_marvin_bot(model: str): "The user may also ask about controlflow, in which case you should use the " "search_controlflow_docs tool and assume prefect 3.x, since its built on that. " "VERY SPARINGLY use a tad of subtle humor in the style of Marvin (paranoid " - "android from Hitchhiker's Guide to the Galaxy), just once in a while." + "android from Hitchhiker's Guide to the Galaxy), just once in a while. " + "When proposing a user should seek additional help, show them this link: " + "https://github.com/PrefectHQ/prefect/discussions/new/choose and never " + "anything related to 'Discourse'." ), ) as ai: yield ai