Improve response for LWC code generation #112
Labels
enhancement
New feature or request
Generated Responses
Issues/Questions related to responses generated using Einstein GPT
Summary
Prompt : "can you generate an LWC that takes displays a list of last 10 created accounts"
Steps To Reproduce:
Requested to create an LWC component with above mentioned prompt
Expected result
Expected code suggestion to include a
lightning-datatable
at least as best practice and provide a more modern code logic.Actual result
But HTML content suggested was simply a
for-each
list and anchor tag with inline javascript to redirect to account, wherebywindow.openWebLink
function does not even exist.HTML
Apex
JS
Additional information
Salesforce Extension Version in VS Code: 62.5.1
Salesforce Agenrtforce For Developers Version in VS Code: 1.5.0
OS and version: Windows 11 pro x64 24H2
VS Code version: 1.95.3
The text was updated successfully, but these errors were encountered: