Add natural language support for Copilot features (#49508)
This commit is contained in:
@@ -19,6 +19,8 @@ type: rai
|
||||
|
||||
{% data variables.product.prodname_copilot_chat %} can answer a wide range of coding-related questions on topics including syntax, programming concepts, test cases, debugging, and more. {% data variables.product.prodname_copilot_chat %} is not designed to answer non-coding questions or provide general information on topics outside of coding.
|
||||
|
||||
The primary supported language for {% data variables.product.prodname_copilot_chat %} is English.
|
||||
|
||||
{% data variables.product.prodname_copilot_chat %} works by using a combination of natural language processing and machine learning to understand your question and provide you with an answer. This process can be broken down into a number of steps.
|
||||
|
||||
### Input processing
|
||||
|
||||
@@ -34,6 +34,8 @@ The chat interface provides access to coding information and support without req
|
||||
|
||||
{% data variables.product.prodname_copilot_chat %} can answer a wide range of coding-related questions on topics including syntax, programming concepts, test cases, debugging, and more. {% data variables.product.prodname_copilot_chat %} is not designed to answer non-coding questions or provide general information on topics outside of coding.
|
||||
|
||||
The primary supported language for {% data variables.product.prodname_copilot_chat %} on {% data variables.product.prodname_dotcom_the_website %} is English.
|
||||
|
||||
{% data variables.product.prodname_copilot_chat %} works by using a combination of natural language processing and machine learning to understand your question and provide you with an answer. This process can be broken down into a number of steps.
|
||||
|
||||
### Input processing
|
||||
|
||||
@@ -22,6 +22,8 @@ type: rai
|
||||
|
||||
When a user requests a summary, {% data variables.product.prodname_copilot_short %} scans through the pull request and provides an overview of the changes made in prose, as well as a bulleted list of changes with the files that they impact.
|
||||
|
||||
The only supported language for {% data variables.product.prodname_copilot_for_prs %} is English.
|
||||
|
||||
{% data variables.product.prodname_copilot_for_prs %} uses a simple-prompt flow leveraging the {% data variables.product.prodname_copilot_short %} API, with no additional trained models. This utilizes the generic large language model.
|
||||
|
||||
### Response generation
|
||||
|
||||
@@ -15,6 +15,8 @@ shortTitle: About Copilot in the CLI
|
||||
|
||||
{% data variables.product.prodname_copilot_cli %} provides a chat-like interface in the terminal that allows you to ask questions about the command line. You can ask {% data variables.product.prodname_copilot %} to provide either command suggestions or explanations of given commands.
|
||||
|
||||
The only supported language for {% data variables.product.prodname_copilot_cli %} is English.
|
||||
|
||||
{% data variables.product.prodname_copilot_cli %} parses your question and provides an answer using a combination of natural language processing and machine learning. This process can be broken down into a number of steps.
|
||||
|
||||
### Input processing
|
||||
|
||||
@@ -13,6 +13,8 @@ type: rai
|
||||
|
||||
{% data variables.product.prodname_copilot_in_support %} is a new conversational AI tool built to offer immediate assistance within the {% data variables.contact.github_support %} portal, allowing you to tackle issues without waiting for a response from {% data variables.contact.github_support %}. {% data variables.product.prodname_copilot_in_support %} uses a large language model, trained on publicly available {% data variables.product.prodname_dotcom %} documentation, to provide a conversational way to get help for your {% data variables.product.prodname_dotcom %} inquiries without having to wait for customer support to respond to your inquiry.
|
||||
|
||||
The primary supported language for {% data variables.product.prodname_copilot_in_support %} is English.
|
||||
|
||||
## How {% data variables.product.prodname_copilot_in_support %} works
|
||||
|
||||
{% data variables.product.prodname_copilot_in_support %}'s functionality can be broken down into a few steps.
|
||||
|
||||
Reference in New Issue
Block a user