Skip to content

Commit b2aec43

Browse files
File Uploads in Spaces [public preview] (#56378)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 53ce3ba commit b2aec43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

content/copilot/concepts/about-organizing-and-sharing-context-with-copilot-spaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ redirect_from:
1414

1515
{% data reusables.copilot.copilot-spaces.preview-note %}
1616

17-
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code from repositories, free-text content like transcripts or notes, and more—grouped together in one place. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
17+
{% data variables.copilot.copilot_spaces %} let you organize the context that {% data variables.product.prodname_copilot_short %} uses to answer your questions. {% data variables.copilot.copilot_spaces_short %} can include code, pull requests, or issues from repositories, free-text content like transcripts or notes, and file uploads. You can ask {% data variables.product.prodname_copilot_short %} questions grounded in that context, or share the space with your team to support collaboration and knowledge sharing.
1818

1919
## Why use {% data variables.copilot.copilot_spaces %}?
2020

@@ -37,7 +37,7 @@ With {% data variables.copilot.copilot_spaces %} you can:
3737
| -------------------- | --------------------------- | -------------------------------------------------------------- |
3838
| Who can create | Anyone with a {% data variables.product.prodname_copilot_short %} license | Organization owners |
3939
| Owned by | Organizations or individual users | Organizations |
40-
| Content type | Any code, pull requests, or issues hosted in repositories and free-text content | Markdown files hosted in {% data variables.product.github %}
40+
| Content type | Any code, pull requests, or issues hosted in repositories. File uploads such as free text content or text files, rich documents, and spreadsheets. | Markdown files hosted in {% data variables.product.github %} |
4141
| Context handling | Limited in size, which guarantees higher response quality given the focused selection | Unlimited, but that comes with reduced response quality |
4242

4343
{% endrowheaders %}

content/copilot/how-tos/context/copilot-spaces/creating-and-using-copilot-spaces.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ You can add two types of context to your space:
3737

3838
To add attachments, click **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add** to the right of "Attachments", then choose one of the following options:
3939

40-
* **{% octicon "file-code" aria-hidden="true" aria-label="file-code" %} Add files, folders...**: You can add files and folders from your {% data variables.product.github %} repositories. This includes code files, documentation, and other relevant content that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
41-
* **{% octicon "plus" aria-hidden="true" aria-label="plus" %} Add a text file...**: You can add free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
42-
* **{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add via {% data variables.product.github %} URL...**: You can paste the URLs of the {% data variables.product.github %} content you want to add. This can include issues and pull requests.
40+
* **{% octicon "file-code" aria-hidden="true" aria-label="file-code" %} Attach files and folders**: You can add files and folders from your {% data variables.product.github %} repositories. This includes code files, documentation, and other relevant content that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
41+
* **{% octicon "link" aria-hidden="true" aria-label="link" %} Link pull requests and issues**: You can paste the URLs of the {% data variables.product.github %} content you want to add. This can include issues and pull requests.
42+
* **{% octicon "upload" aria-hidden="true" aria-label="upload" %} Upload a file**: You can upload files directly from your computer. This includes text files, rich documents, and spreadsheets.
43+
* **{% octicon "paste" aria-hidden="true" aria-label="paste" %} Add text content**: You can add free-text content, such as transcripts, notes, or any other relevant information that can help {% data variables.product.prodname_copilot_short %} understand the context of your space.
4344

4445
## Using {% data variables.copilot.copilot_spaces_short %}
4546

0 commit comments

Comments
 (0)