GenAI
GenAI in the BaaS Explorer
The GenAI view in the BaaS Explorer includes a header button to open the GenAI panel and another button to access the BaaS GenAI settings.
You can also open the default GenAI view configured in the BaaS settings using the 'BaaS: Open GenAI' command.
The GenAI view lists focus areas (or contexts) designed to improve the relevance and accuracy of responses to your queries.
These are the available focus areas:
- General
- Development
- Deployment
- Support
- Product information
The BaaS extension automatically detects the current focus and updates the focus marker in the GenAI view.
You can also change the focus manually by clicking a focus area in the view. The prompt question reflects the currently selected focus area.
GenAI-Assisted Support
The SDK Help and Feedback view includes a GenAI-Assisted Support node with options to generate GenAI-based summaries of log and support information.
These are the available options:
- Summarize Log
Summarizes the BaaS client log from the clipboard, editor selection, last log session, or today’s log.
- Summarize Health Check
Summarizes the health check log. If no log is available, run a new health check before generating the summary.
- Summarize Support Info
Collects and summarizes support information using GenAI.
- Summarize Support Zip
Opens a selected support ZIP file and summarizes its contents using GenAI.
Settings: Generative AI panel
You can choose how GenAI appears in the interface:
- Terminal (default)
GenAI assists and responds through the terminal-style chat prompt.
- Chat View Participant
GenAI joins the VS Code chat view. This option requires an active GitHub Copilot license.
Start prompts with @baas to direct queries to GenAI.
Settings: Generative AI selection
When this option is enabled, the content or selection in the active Visual Studio Code editor is included in the GenAI prompt.
Clear the option to exclude implementation content from the editor.
To include relevant BaaS service implementation files for the service associated with the
active editor, start the GenAI prompt with /current
.