main
Bel LaPointe 2024-04-19 14:25:01 -06:00
parent 3ae62390cf
commit 1b06f727fd
1 changed files with 1 additions and 1 deletions

View File

@ -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: "In 1 sentence and without any leading text and as briefly as possible, summarize all of the following Slack thread responses.",
RecapPrompt: "Summarize all of the following thread responses. Do so in 1 sentence without any leading text.",
}
var m map[string]any