Skip to content

Commit

Permalink
Adding Docs Links to README.md
Browse files Browse the repository at this point in the history
Adding builder docs links to the README
  • Loading branch information
D1M1TR10S authored Sep 20, 2024
1 parent a2676dd commit 98bfba1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ Test out the agent with the following commands!
| --- |--- |
| User asking `@agent` how to configure a Copilot extension | `@agent How do I configure a copilot extension?` |
| User asking `@agent` what a Copilot extension looks like | `@agent What is the response format for a copilot extension?` |

## Copilot Extensions Documentation
- [Using Copilot Extensions](https://docs.github.com/en/copilot/using-github-copilot/using-extensions-to-integrate-external-tools-with-copilot-chat)
- [About building Copilot Extensions](https://docs.github.com/en/copilot/building-copilot-extensions/about-building-copilot-extensions)
- [Set up process](https://docs.github.com/en/copilot/building-copilot-extensions/setting-up-copilot-extensions)
- [Communicating with the Copilot platform](https://docs.github.com/en/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/configuring-your-copilot-agent-to-communicate-with-the-copilot-platform)
- [Communicating with GitHub](https://docs.github.com/en/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/configuring-your-copilot-agent-to-communicate-with-github)

0 comments on commit 98bfba1

Please sign in to comment.