update prompt
parent
5785ea37ae
commit
b554be6282
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue