Skip to content

Commit cdb5637

Browse files
committed
Update doc and snaps
1 parent 5fa69f1 commit cdb5637

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

docs/feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ runtime behavior (such as output formatting) won't appear here.
200200

201201
- **update_issue_type** - Update Issue Type
202202
- **Required OAuth Scopes**: `repo`
203-
- `confidence`: How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal. (string, optional)
203+
- `confidence`: How confident you are in this choice. Use 'HIGH' for clear signal or explicit user request, 'MEDIUM' for reasonable inference with some ambiguity, 'LOW' for best guess with limited signal. (string, optional)
204204
- `is_suggestion`: If true, this issue type change is sent to the API as a suggestion (suggest:true) rather than an applied value. Whether the type is applied or recorded as a proposal is determined by the API. (boolean, optional)
205205
- `issue_number`: The issue number to update (number, required)
206206
- `issue_type`: The issue type to set (string, required)

pkg/github/__toolsnaps__/set_issue_fields.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"items": {
1313
"properties": {
1414
"confidence": {
15-
"description": "How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal.",
15+
"description": "How confident you are in this choice. Use 'HIGH' for clear signal or explicit user request, 'MEDIUM' for reasonable inference with some ambiguity, 'LOW' for best guess with limited signal.",
1616
"enum": [
17-
"low",
18-
"medium",
19-
"high"
17+
"LOW",
18+
"MEDIUM",
19+
"HIGH"
2020
],
2121
"type": "string"
2222
},

pkg/github/__toolsnaps__/update_issue_labels.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"openWorldHint": true,
55
"title": "Update Issue Labels"
66
},
7-
"description": "Update the labels of an existing issue. This replaces the current labels with the provided list. When setting values, include a confidence level (low, medium, or high) reflecting how certain you are about the choice.",
7+
"description": "Update the labels of an existing issue. This replaces the current labels with the provided list. When setting values, include a confidence level (LOW, MEDIUM, or HIGH) reflecting how certain you are about the choice.",
88
"inputSchema": {
99
"properties": {
1010
"issue_number": {
@@ -23,11 +23,11 @@
2323
{
2424
"properties": {
2525
"confidence": {
26-
"description": "How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal.",
26+
"description": "How confident you are in this choice. Use 'HIGH' for clear signal or explicit user request, 'MEDIUM' for reasonable inference with some ambiguity, 'LOW' for best guess with limited signal.",
2727
"enum": [
28-
"low",
29-
"medium",
30-
"high"
28+
"LOW",
29+
"MEDIUM",
30+
"HIGH"
3131
],
3232
"type": "string"
3333
},

pkg/github/__toolsnaps__/update_issue_type.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"openWorldHint": true,
55
"title": "Update Issue Type"
66
},
7-
"description": "Update the type of an existing issue (e.g. 'bug', 'feature'). When setting values, include a confidence level (low, medium, or high) reflecting how certain you are about the choice.",
7+
"description": "Update the type of an existing issue (e.g. 'bug', 'feature'). When setting values, include a confidence level (LOW, MEDIUM, or HIGH) reflecting how certain you are about the choice.",
88
"inputSchema": {
99
"properties": {
1010
"confidence": {
11-
"description": "How confident you are in this choice. Use 'high' for clear signal or explicit user request, 'medium' for reasonable inference with some ambiguity, 'low' for best guess with limited signal.",
11+
"description": "How confident you are in this choice. Use 'HIGH' for clear signal or explicit user request, 'MEDIUM' for reasonable inference with some ambiguity, 'LOW' for best guess with limited signal.",
1212
"enum": [
13-
"low",
14-
"medium",
15-
"high"
13+
"LOW",
14+
"MEDIUM",
15+
"HIGH"
1616
],
1717
"type": "string"
1818
},

0 commit comments

Comments
 (0)