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
+35Lines changed: 35 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,29 @@ 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
+
-**list_project_fields** - List project fields
667
+
-`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)
668
+
-`owner_type`: Owner type (string, required)
669
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
670
+
-`projectNumber`: The project's number. (string, required)
671
+
672
+
-**list_projects** - List projects
673
+
-`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)
674
+
-`owner_type`: Owner type (string, required)
675
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
676
+
-`query`: Filter projects by a search query (matches title and description) (string, optional)
677
+
678
+
</details>
679
+
680
+
<details>
681
+
658
682
<summary>Pull Requests</summary>
659
683
660
684
-**add_comment_to_pending_review** - Add review comment to the requester's latest pending pull request review
@@ -1002,6 +1026,17 @@ The following sets of tools are available (all are on by default):
1002
1026
1003
1027
</details>
1004
1028
1029
+
<details>
1030
+
1031
+
<summary>Copilot Spaces</summary>
1032
+
1033
+
-**get_copilot_space** - Get Copilot Space
1034
+
-`owner`: The owner of the space. (string, required)
1035
+
-`name`: The name of the space. (string, required)
1036
+
1037
+
-**list_copilot_spaces** - List Copilot Spaces
1038
+
</details>
1039
+
1005
1040
#### Specifying Toolsets
1006
1041
1007
1042
To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:
0 commit comments