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
+55-3Lines changed: 55 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -658,10 +658,51 @@ The following sets of tools are available (all are on by default):
658
658
659
659
<summary>Projects</summary>
660
660
661
+
-**add_project_item** - Add project item
662
+
-`item_id`: The numeric ID of the issue or pull request to add to the project. (number, required)
663
+
-`item_type`: The item's type, either issue or pull_request. (string, required)
664
+
-`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)
665
+
-`owner_type`: Owner type (string, required)
666
+
-`project_number`: The project's number. (number, required)
667
+
668
+
-**delete_project_item** - Delete project item
669
+
-`item_id`: The internal project item ID to delete from the project (not the issue or pull request ID). (number, required)
670
+
-`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)
671
+
-`owner_type`: Owner type (string, required)
672
+
-`project_number`: The project's number. (number, required)
673
+
674
+
-**get_project** - Get project
675
+
-`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)
676
+
-`owner_type`: Owner type (string, required)
677
+
-`project_number`: The project's number (number, required)
678
+
679
+
-**get_project_field** - Get project field
680
+
-`field_id`: The field's id. (number, required)
681
+
-`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)
682
+
-`owner_type`: Owner type (string, required)
683
+
-`project_number`: The project's number. (number, required)
684
+
685
+
-**get_project_item** - Get project item
686
+
-`item_id`: The item's ID. (number, required)
687
+
-`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)
688
+
-`owner_type`: Owner type (string, required)
689
+
-`project_number`: The project's number. (number, required)
690
+
691
+
-**list_project_fields** - List project fields
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
+
-`project_number`: The project's number. (number, required)
696
+
697
+
-**list_project_items** - List project items
698
+
-`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)
699
+
-`owner_type`: Owner type (string, required)
700
+
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
701
+
-`project_number`: The project's number. (number, required)
702
+
-`query`: Search query to filter items (string, optional)
703
+
661
704
-**list_projects** - List projects
662
-
-`after`: Cursor for items after (forward pagination) (string, optional)
663
-
-`before`: Cursor for items before (backwards pagination) (string, optional)
664
-
-`owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == organization it is the name of the organization. The name is not case sensitive. (string, required)
705
+
-`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)
665
706
-`owner_type`: Owner type (string, required)
666
707
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
667
708
-`query`: Filter projects by a search query (matches title and description) (string, optional)
@@ -1001,6 +1042,17 @@ Possible options:
1001
1042
1002
1043
</details>
1003
1044
1045
+
<details>
1046
+
1047
+
<summary>Copilot Spaces</summary>
1048
+
1049
+
-**get_copilot_space** - Get Copilot Space
1050
+
-`owner`: The owner of the space. (string, required)
1051
+
-`name`: The name of the space. (string, required)
1052
+
1053
+
-**list_copilot_spaces** - List Copilot Spaces
1054
+
</details>
1055
+
1004
1056
#### Specifying Toolsets
1005
1057
1006
1058
To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:
0 commit comments