Skip to content

Commit 1cb6e2a

Browse files
Clarify difference between agents and extensions in Copilot Extensions quickstart (#55474)
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 9a68997 commit 1cb6e2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ topics:
1212
shortTitle: Extensions quickstart
1313
---
1414

15-
The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.product.prodname_copilot_extension %} built with a simple agent that responds to requests like a pirate using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. This guide uses a simple agent implementation, but the process is similar for skillsets.
15+
The [Blackbeard extension](https://github.com/copilot-extensions/blackbeard-extension) is a {% data variables.product.prodname_copilot_extension %} that comprises a {% data variables.product.prodname_github_app %} and a {% data variables.product.prodname_copilot_short %} agent. The agent responds to chat requests in the style of a pirate, using {% data variables.product.prodname_copilot_short %}'s large language model (LLM) API and special system prompts. See [AUTOTITLE](/copilot/building-copilot-extensions/building-a-copilot-agent-for-your-copilot-extension/about-copilot-agents).
16+
17+
This guide uses a simple agent implementation, but the process is similar for skillsets. For information about the difference between agents and skillsets, see [AUTOTITLE](/copilot/building-copilot-extensions/about-building-copilot-extensions#about-skillsets-and-agents).
1618

1719
This quickstart is designed to help you build and chat with the Blackbeard extension as quickly as possible, so you can develop and test your extension without deploying infrastructure. For production, you'll need to host the application for your agent or skillset's endpoints on a publicly accessible server. To instead learn how to create a new {% data variables.product.prodname_copilot_extension %}, see [AUTOTITLE](/copilot/building-copilot-extensions/setting-up-copilot-extensions).
1820

0 commit comments

Comments
 (0)