auto-component 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.jsx +3 -1
package/package.json
CHANGED
package/src/index.jsx
CHANGED
|
@@ -185,7 +185,9 @@ const AutoComponent = ({ exclusions }) => {
|
|
|
185
185
|
If the contents of an element should be excluded, add the 'exclude' class to the element.
|
|
186
186
|
Click Generate to send the request and receive the auto component AI generated code.
|
|
187
187
|
|
|
188
|
-
User
|
|
188
|
+
User ID:\n `
|
|
189
|
+
+ user
|
|
190
|
+
+ "\n\nUser Request:\n"
|
|
189
191
|
+ currentRequest
|
|
190
192
|
+ "\n\nUser HTML:\n"
|
|
191
193
|
+ currentHtml
|