From b554be6282e6e5b9a06d7b6bedffdba97b556bf0 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:10:48 -0600 Subject: [PATCH] update prompt --- config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.go b/config.go index 279e044..8f422c4 100644 --- a/config.go +++ b/config.go @@ -56,8 +56,8 @@ func newConfigFromEnv(ctx context.Context, getEnv func(string) string) (Config, AssetPattern: renderAssetPattern, DatacenterPattern: renderDatacenterPattern, EventNamePattern: renderEventNamePattern, - RecapPromptIntro: "A Slack thread begin with the following original post.", - RecapPrompt: "Summarize all of the following Slack thread responses in 1 sentence without any leading text.", + RecapPromptIntro: "A Slack thread began with the following original post.", + RecapPrompt: "In 1 sentence without any leading text, summarize all of the following Slack thread responses.", } var m map[string]any