From bcacf10fd22c45baff80e266f66637c32f3faf70 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:35:16 +0000 Subject: [PATCH] Update website/docs/docs/cloud/use-dbt-copilot.md --- website/docs/docs/cloud/use-dbt-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/cloud/use-dbt-copilot.md b/website/docs/docs/cloud/use-dbt-copilot.md index e0fc5cc6c96..41787147244 100644 --- a/website/docs/docs/cloud/use-dbt-copilot.md +++ b/website/docs/docs/cloud/use-dbt-copilot.md @@ -63,7 +63,7 @@ Access dbt Copilot's AI prompt window using the keyboard shortcut Cmd+B (Mac) or - **Accept**: If the generated SQL meets your requirements, click the **Accept** button to apply the changes directly to your `.sql` file directly in the IDE. - **Reject**: If the suggestion don’t align with your request/prompt, click **Reject** to discard the generated SQL without making changes and start again. -#### 5. Regenerate +#### 5. Regenerate code - To regenerate, press the **Escape** button on your keyboard (or click the Reject button in the popup). This will remove the generated code and puts your cursor back into the prompt text area. - Update your prompt and press **Enter** to try another generation. Press **Escape** again to close the popover entirely.