Skip to content

Commit 5e9b4fa

Browse files
authoredNov 19, 2024
Update README.md
Adding a note that the SDK does not apply to skillsets, and simplify the header title.
1 parent 4817827 commit 5e9b4fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# `@copilot-extensions/preview-sdk`
1+
# Preview SDK
22

3-
This SDK simplifies the process of building GitHub Copilot Extensions. Building Copilot Extensions previously required manual handling of request verification, response formatting, and API interactions. This SDK simplifies these tasks, allowing you to focus on your extension's core functionality rather than building boilerplate code. Use it to integrate your tools, APIs, or data sources directly into Copilot Chat.
3+
This SDK simplifies the process of building an GitHub Copilot Extension as an agent. Building Copilot Extensions previously required manual handling of request verification, response formatting, and API interactions. This SDK simplifies these tasks, allowing you to focus on your extension's core functionality rather than building boilerplate code. Use it to integrate your tools, APIs, or data sources directly into Copilot Chat.
44

55
We consider this SDK alpha software in terms of API stability, but we adhere to semantic-versioning, so it's safe to use today.
66

7+
> Note: This SDK does not apply to skillset extensions. It only applies to developing an agent extension. For more info, see the [docs on skillsets and agents](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions#about-skillsets-and-agents).
8+
79
## Key features
810

911
- Request payload verification

0 commit comments

Comments
 (0)
Failed to load comments.