Skip to content

brentlaster/apifinder-chat-participant

Repository files navigation

apifinder-chat-participant

Repo for example chat participant for LGC book

Chat Tutorial

Visual Studio Code's Copilot Chat architecture enables extension authors to integrate with the GitHub Copilot Chat experience. A chat extension is a VS Code extension that uses the Chat extension API by contributing a Chat participant. Chat participants are domain experts that can answer user queries within a specific domain.

This GitHub Copilot Extension sample shows:

  • How to contribute a chat participant to the GitHub Copilot Chat view.

Documentation can be found here:

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window
    • You will see the @apifinder chat participant in the GitHub Copilot Chat view

About

Repo for example chat participant for LGP book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published