prompt up again

This commit is contained in:
Bel LaPointe
2024-04-19 15:07:12 -06:00
parent 2e7d58fd13
commit d31042e971

View File

@@ -57,7 +57,7 @@ func newConfigFromEnv(ctx context.Context, getEnv func(string) string) (Config,
DatacenterPattern: renderDatacenterPattern, DatacenterPattern: renderDatacenterPattern,
EventNamePattern: renderEventNamePattern, EventNamePattern: renderEventNamePattern,
RecapPromptIntro: "A Slack thread began with the following original post.", RecapPromptIntro: "A Slack thread began with the following original post.",
RecapPrompt: "Summarize the following thread responses as a single sentence. Do so without any leading text.", 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.",
} }
var m map[string]any var m map[string]any