diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json
index 3399bca45..e4bd4437c 100644
--- a/packages/hoppscotch-common/locales/en.json
+++ b/packages/hoppscotch-common/locales/en.json
@@ -612,7 +612,8 @@
"url": "URL",
"url_placeholder": "Enter a URL or paste a cURL command",
"variables": "Variables",
- "view_my_links": "View my links"
+ "view_my_links": "View my links",
+ "generate_name_error": "Failed to generate request name."
},
"response": {
"audio": "Audio",
@@ -672,6 +673,7 @@
"short_codes": "Short codes",
"short_codes_description": "Short codes which were created by you.",
"sidebar_on_left": "Sidebar on left",
+ "ai_experiments": "AI Experiments",
"sync": "Synchronise",
"sync_collections": "Collections",
"sync_description": "These settings are synced to cloud.",
@@ -1084,5 +1086,9 @@
"cli_command_generation_description_sh": "Copy the below command and run it from the CLI. Please specify a personal access token and verify the generated SH instance server URL.",
"cli_command_generation_description_sh_with_server_url_placeholder": "Copy the below command and run it from the CLI. Please specify a personal access token and the SH instance server URL.",
"run_collection": "Run collection"
+ },
+ "ai_experiments": {
+ "generate_request_name": "Generate Request Name Using AI",
+ "generate_or_modify_request_body": "Generate or Modify Request Body"
}
}
diff --git a/packages/hoppscotch-common/src/components/collections/EditRequest.vue b/packages/hoppscotch-common/src/components/collections/EditRequest.vue
index 7d6140381..4ec3f1b41 100644
--- a/packages/hoppscotch-common/src/components/collections/EditRequest.vue
+++ b/packages/hoppscotch-common/src/components/collections/EditRequest.vue
@@ -6,13 +6,28 @@
@close="hideModal"
>
-
+
+
+
+
@@ -36,7 +51,15 @@