Archive
Posts Tagged ‘CoPilot’
Canvas App | Add Copilot control
May 11, 2023
Leave a comment
In this article, lets learn how to configure and use Copilot control in Canvas Studio.
What is AI Copilot (Preview):
- Copilot brings AI-powered experience for app users to get insights about the data in their apps through conversation in natural language.
- With Copilot you can build an app, including the data behind it, just by describing what you need through multiple steps of conversation.
Enable Copilot component in Canvas App studio:
Since its a preview feature, we first need to enable the feature.
- On the command bar, select Settings > Upcoming features.
- From the Preview tab, set the toggle for Copilot component to On.
- Once you enable, you should see the ‘Copilot (preview)’ control in the ‘Insert’ .
Configuring and using the Copilot component:
- Add the Copilot control to the form.
- Copilot control requires a data source to be chosen.
- Currently, only a single Dataverse table can be selected for the Copilot control. I’ve selected ‘Users’ table.
- Adjust the height and width of the control.
- Select the specific Fields and/or View that the Copilot control will answer questions for.
- We can also set the ‘Title’, ‘Data summary’ and ‘Placeholder text’ properties.
- Play the App and post your questions in a natural language.
🙂
Categories: PowerApps
Canvas App, CoPilot
GitHub Copilot | Code suggestions
September 2, 2022
Leave a comment
If you are a developer, Isn’t the below visual is scary good? You declare a function with meaningful name and the code is ready for you as a suggestion. Say ‘Hi’ to GitHub Copilot code suggestions.
About GitHub Copilot:
- GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code.
- It is optimized to help you write Python, JavaScript, TypeScript, Ruby, Go, C#, or C++.
- GitHub Copilot is available as an extension in Visual Studio Code, Visual Studio, Neovim and the JetBrains suite of IDEs. For more information, see “Getting started with GitHub Copilot.”
Licensing:
- GitHub Copilot is available to GitHub customers with a personal account on GitHub.com.
- GitHub Copilot is free to use for verified students and maintainers of popular open source projects.
- If you are not a student or maintainer of a popular open source project, you can try GitHub Copilot for free with a one-time 60 day trial.
- After the free trial, you will need a paid subscription for continued use.
- For more information, see “About billing for GitHub Copilot.”
GitHub Copilot as Visual Studio Extension:
- You must have Visual Studio 2022 17.2 or later installed.
- In the Visual Studio toolbar, click Extensions, then click Manage Extensions.
- In the “Manage Extensions” window, click Visual Studio Marketplace, search for the GitHub Copilot extension, then click Download.
- Refer link for more details.
🙂