more prompt
parent
5cfb89bc64
commit
3ae62390cf
|
|
@ -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: "In 1 sentence without any leading text, summarize all of the following Slack thread responses.",
|
RecapPrompt: "In 1 sentence and without any leading text and as briefly as possible, summarize all of the following Slack thread responses.",
|
||||||
}
|
}
|
||||||
|
|
||||||
var m map[string]any
|
var m map[string]any
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue