From 31fe916000e864f73e78adb71538a7a2c7250875 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:15:08 -0600 Subject: [PATCH] DO AS I WILL --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 8028ed6..57d88f6 100644 --- a/config.go +++ b/config.go @@ -57,7 +57,7 @@ func newConfigFromEnv(ctx context.Context, getEnv func(string) string) (Config, DatacenterPattern: renderDatacenterPattern, EventNamePattern: renderEventNamePattern, RecapPromptIntro: "A Slack thread began with the following original post.", - RecapPrompt: "Summarize the responses to the Slack thread consisting of the following messages. Limit the summary to one sentence. Do not include any leading text.", + RecapPrompt: "What is the summary of the responses to the Slack thread consisting of the following messages? Limit the summary to one sentence. Do not include any leading text. Be as brief as possible. No context is needed.", } var m map[string]any