update prompt

main
Bel LaPointe 2024-04-19 14:10:48 -06:00
parent 5785ea37ae
commit b554be6282
1 changed files with 2 additions and 2 deletions

View File

@ -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