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