Skip to content

Commit 2efa8e8

Browse files
authored
Add Copilot Spaces toolset to readme (#1135)
1 parent bc97baf commit 2efa8e8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,17 @@ The following sets of tools are available (all are on by default):
10171017

10181018
</details>
10191019

1020+
<details>
1021+
1022+
<summary>Copilot Spaces</summary>
1023+
1024+
- **get_copilot_space** - Get Copilot Space
1025+
- `owner`: The owner of the space. (string, required)
1026+
- `name`: The name of the space. (string, required)
1027+
1028+
- **list_copilot_spaces** - List Copilot Spaces
1029+
</details>
1030+
10201031
#### Specifying Toolsets
10211032

10221033
To specify toolsets you want available to the LLM, you can pass an allow-list in two ways:

0 commit comments

Comments
 (0)