@@ -483,7 +483,7 @@ The following sets of tools are available (all are on by default):
483483 - ` owner ` : Repository owner (string, required)
484484 - ` replace_parent ` : When true, replaces the sub-issue's current parent issue (boolean, optional)
485485 - ` repo ` : Repository name (string, required)
486- - ` sub_issue_id ` : The ID of the sub-issue to add. Note: This is NOT the same as the issue number. (number, required)
486+ - ` sub_issue_id ` : The ID of the sub-issue to add. ID is not the same as issue number (number, required)
487487
488488- ** assign_copilot_to_issue** - Assign Copilot to issue
489489 - ` issueNumber ` : Issue number (number, required)
@@ -533,15 +533,15 @@ The following sets of tools are available (all are on by default):
533533 - ` issue_number ` : The number of the parent issue (number, required)
534534 - ` owner ` : Repository owner (string, required)
535535 - ` repo ` : Repository name (string, required)
536- - ` sub_issue_id ` : The ID of the sub-issue to remove. Note: This is NOT the same as the issue number. (number, required)
536+ - ` sub_issue_id ` : The ID of the sub-issue to remove. ID is not the same as issue number (number, required)
537537
538538- ** reprioritize_sub_issue** - Reprioritize sub-issue
539539 - ` after_id ` : The ID of the sub-issue to be prioritized after (either after_id OR before_id should be specified) (number, optional)
540540 - ` before_id ` : The ID of the sub-issue to be prioritized before (either after_id OR before_id should be specified) (number, optional)
541541 - ` issue_number ` : The number of the parent issue (number, required)
542542 - ` owner ` : Repository owner (string, required)
543543 - ` repo ` : Repository name (string, required)
544- - ` sub_issue_id ` : The ID of the sub-issue to reprioritize. Note: This is NOT the same as the issue number. (number, required)
544+ - ` sub_issue_id ` : The ID of the sub-issue to reprioritize. ID is not the same as issue number (number, required)
545545
546546- ** search_issues** - Search issues
547547 - ` order ` : Sort order (string, optional)
0 commit comments