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
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,7 @@ The following sets of tools are available (all are on by default):
288
288
|`issues`| GitHub Issues related tools |
289
289
|`notifications`| GitHub Notifications related tools |
290
290
|`orgs`| GitHub Organization related tools |
291
+
|`projects`| GitHub Projects related tools |
291
292
|`pull_requests`| GitHub Pull Request related tools |
292
293
|`repos`| GitHub Repository related tools |
293
294
|`secret_protection`| Secret protection related tools, such as GitHub Secret Scanning |
@@ -655,6 +656,48 @@ The following sets of tools are available (all are on by default):
655
656
656
657
<details>
657
658
659
+
<summary>Projects</summary>
660
+
661
+
-**get_project** - Get project
662
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
663
+
-`owner_type`: Owner type (string, required)
664
+
-`project_number`: The project's number (number, required)
665
+
666
+
-**get_project_field** - Get project field
667
+
-`field_id`: The field's id. (number, required)
668
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
669
+
-`owner_type`: Owner type (string, required)
670
+
-`project_number`: The project's number. (number, required)
671
+
672
+
-**get_project_item** - Get project item
673
+
-`item_id`: The item's ID. (number, required)
674
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
675
+
-`owner_type`: Owner type (string, required)
676
+
-`project_number`: The project's number. (number, required)
677
+
678
+
-**list_project_fields** - List project fields
679
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
680
+
-`owner_type`: Owner type (string, required)
681
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
682
+
-`project_number`: The project's number. (number, required)
683
+
684
+
-**list_project_items** - List project items
685
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
686
+
-`owner_type`: Owner type (string, required)
687
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
688
+
-`project_number`: The project's number. (number, required)
689
+
-`query`: Search query to filter items (string, optional)
690
+
691
+
-**list_projects** - List projects
692
+
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
693
+
-`owner_type`: Owner type (string, required)
694
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
695
+
-`query`: Filter projects by a search query (matches title and description) (string, optional)
696
+
697
+
</details>
698
+
699
+
<details>
700
+
658
701
<summary>Pull Requests</summary>
659
702
660
703
-**add_comment_to_pending_review** - Add review comment to the requester's latest pending pull request review
@@ -1002,6 +1045,17 @@ The following sets of tools are available (all are on by default):
1002
1045
1003
1046
</details>
1004
1047
1048
+
<details>
1049
+
1050
+
<summary>Copilot Spaces</summary>
1051
+
1052
+
-**get_copilot_space** - Get Copilot Space
1053
+
-`owner`: The owner of the space. (string, required)
1054
+
-`name`: The name of the space. (string, required)
1055
+
1056
+
-**list_copilot_spaces** - List Copilot Spaces
1057
+
</details>
1058
+
1005
1059
#### Specifying Toolsets
1006
1060
1007
1061
To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:
0 commit comments