You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -941,7 +941,7 @@ The following sets of tools are available:
941
941
-`state`: New state (string, optional)
942
942
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
943
943
-`title`: Issue title (string, optional)
944
-
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (string | null, optional)
944
+
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (, optional)
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
73
73
-`title`: Issue title (string, optional)
74
-
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (string | null, optional)
74
+
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (, optional)
-`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)
201
201
-`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)
202
202
-`issue_number`: The issue number to update (number, required)
203
-
-`issue_type`: The issue type to set, or null to remove the current type (string | null, required)
203
+
-`issue_type`: The issue type to set, or null to remove the current type (, required)
204
204
-`owner`: Repository owner (username or organization) (string, required)
205
205
-`rationale`: One concise sentence explaining what specifically about the issue led you to choose this type. State the concrete signal (e.g. 'Reports a crash when saving' → bug, 'Asks for dark mode support' → feature). (string, optional)
Copy file name to clipboardExpand all lines: docs/insiders-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The list below is generated from the Go source. It covers tool **inventory and s
65
65
-`state`: New state (string, optional)
66
66
-`state_reason`: Reason for the state change. Ignored unless state is changed. (string, optional)
67
67
-`title`: Issue title (string, optional)
68
-
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (string | null, optional)
68
+
-`type`: Type of this issue. Use list_issue_types to get valid values. For updates, pass null to remove the current type. If the repository doesn't support issue types, omit this parameter. (, optional)
0 commit comments