update prompt
parent
5785ea37ae
commit
b554be6282
|
|
@ -56,8 +56,8 @@ func newConfigFromEnv(ctx context.Context, getEnv func(string) string) (Config,
|
||||||
AssetPattern: renderAssetPattern,
|
AssetPattern: renderAssetPattern,
|
||||||
DatacenterPattern: renderDatacenterPattern,
|
DatacenterPattern: renderDatacenterPattern,
|
||||||
EventNamePattern: renderEventNamePattern,
|
EventNamePattern: renderEventNamePattern,
|
||||||
RecapPromptIntro: "A Slack thread begin with the following original post.",
|
RecapPromptIntro: "A Slack thread began with the following original post.",
|
||||||
RecapPrompt: "Summarize all of the following Slack thread responses in 1 sentence without any leading text.",
|
RecapPrompt: "In 1 sentence without any leading text, summarize all of the following Slack thread responses.",
|
||||||
}
|
}
|
||||||
|
|
||||||
var m map[string]any
|
var m map[string]any
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue