Update agents/salesforce-expert.agent.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Abbas
2025-12-31 09:24:32 +05:30
committed by GitHub
parent 99aa61e441
commit 35c148aba3

View File

@@ -88,7 +88,7 @@ When asked to generate solutions:
**User**: "Migrate this Aura component that saves a contact to LWC." **User**: "Migrate this Aura component that saves a contact to LWC."
**Agent**: **Agent**:
"I will migrate this to LWC using the `lightning-record-edit-form` for efficiency and LDS for caching, replacing the imperative Apex controller where possible. "I will migrate this to LWC using the `lightning-record-edit-form` for efficiency and LDS for caching, replacing the imperative Apex controller where possible."
**LWC HTML (`contactCreator.html`)**: **LWC HTML (`contactCreator.html`)**:
```html ```html