PromucFlow_constructor/app/client/src/components/formControls
Hetu Nandu 0ac87dbfe2
feat: Dummy Generate Prompt Button (#39964)
## Description

https://github.com/appsmithorg/appsmith-ee/pull/6813


## Automation

/ok-to-test tags="@tag.Sanity"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/14126942963>
> Commit: 8fc65a57e1a3daa89cd44e43a5e399fbb26c9b6c
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=14126942963&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 28 Mar 2025 11:09:57 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a prompt generation button in the form interface, allowing
users to view the current prompt and update it interactively.
- Added a new component, `GeneratePromptButton`, to facilitate prompt
generation based on existing instructions.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-03-31 12:03:43 +05:30
..
CustomActionsConfigControl feat: added custom action config control type for paragon integrations (#39764) 2025-03-24 18:38:50 +05:30
FunctionCallingConfigControl chore: Simpler autofocus of function call (#39946) 2025-03-27 09:58:30 +03:00
BaseControl.tsx chore: integrate file association query API for Appsmith API (#39098) 2025-02-07 09:35:36 +05:30
CheckboxControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DatasourceLinkControl.tsx chore: Add datasource link control (#39841) 2025-03-21 13:23:44 +05:30
DropDownControl.test.tsx feat: added custom action config control type for paragon integrations (#39764) 2025-03-24 18:38:50 +05:30
DropDownControl.tsx feat: added custom action config control type for paragon integrations (#39764) 2025-03-24 18:38:50 +05:30
DynamicInputTextControl.test.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
DynamicInputTextControl.tsx chore: Remove style from editor and setting config (#38756) 2025-01-23 13:29:03 +05:30
DynamicTextFieldControl.tsx fix: Reduce cycle deps by removing wrong exports (#39268) 2025-02-14 18:26:31 +05:30
EntitySelectorControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FieldArrayControl.tsx fix: Array Field width css (#39463) 2025-02-27 14:02:46 +05:30
FilePickerControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FixedKeyInputControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
FormTemplateControl.tsx feat: Dummy Generate Prompt Button (#39964) 2025-03-31 12:03:43 +05:30
HybridSearch.tsx chore: add tooltip in slider (#39717) 2025-03-13 17:36:57 +05:30
InputTextControl.tsx chore: Remove style from editor and setting config (#38756) 2025-01-23 13:29:03 +05:30
KeyValueArrayControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
MultiFilePickerControl.tsx fix: Separate Plugin Entity from Action (#38582) 2025-01-15 11:29:32 +05:30
PaginationControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
RadioButtonControl.test.tsx chore:remove space b/w form and CTA onboarding page (#35985) 2024-10-09 09:57:44 +05:30
RadioButtonControl.tsx fix: gsheets all sheets option enabled behind a feature flag (#37942) 2024-12-13 14:09:53 +05:30
SegmentedControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
SliderControl.tsx chore: add tooltip in slider (#39717) 2025-03-13 17:36:57 +05:30
SortingControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00
SwitchControl.tsx chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.test.ts chore: add blank line eslint rule (#36369) 2024-09-18 19:35:28 +03:00
utils.ts chore: Upgrade packages to resolve Dependabot issues (#39710) 2025-03-20 17:39:13 +05:30
WhereClauseControl.tsx fix: adjust spacing for filter/sort/pagination form controls (#37221) 2024-11-06 17:29:58 +03:00