Skip to content

Super Charge Copilot Chat

The image depicts a stylized, 8-bit graphic of a computer screen showcasing GitHub Copilot Chat. Abstract visual elements represent API documentation using small code snippets and blocks, illustrating their integration within the chat interface. The scene conveys a sense of technology and software development, designed with corporate aesthetics using a simple five-color palette, without any people or text.
Generated by 🤖 AI

Do you know to know an awesome trick to make GitHub Copilot Chat an expert in GenAIScript? Here’s how you can supercharge your Copilot chat with simple technique.

Add your entire documentation to the chat session!

Sounds crazy? Not really! The GenAIScript contains countless examples and examples of usage of APIs. It just needs to be compressed to fit into the context window.

With the latest release of GenAIScript, you can now add a genaiscript prompt to your chat session. This prompt, crafted by the GenAIScript team, will include the GenAIScript documentation into the context to help the LLM provider better answers.

Play

The release of the latest GitHub Copilot Chat is adding support for reusable prompts. GitHub Copilot Chat also added support for local workspace indexing, which helps with handling large amount of context.

GenAIScript leverages these features by adding a custom prompt that includes the GenAIScript documentation.

This technique is really new and there’s probably lots of improvement to be done.