8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb484b commit 70c0d88Copy full SHA for 70c0d88
aicontext.go
@@ -91,7 +91,8 @@ func (c *aiContext) Request() openai.ChatCompletionRequest {
91
msgs = append(msgs, openai.ChatCompletionMessage{
92
Role: "system",
93
Content: `You are a bot that helps labels issues on GitHub using the "setLabel"
94
- function. Avoid applying labels to issues that are meant for Pull Requests only.`,
+ function. Avoid applying labels to issues that are meant for Pull Requests only. Avoid applying labels when
95
+ the label description says something like "Only humans may set this".`,
96
})
97
98
for _, issue := range c.lastIssues {
0 commit comments