From a838582fd63ede83e8ff02117459ebc6b3958714 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:34:34 +0000 Subject: [PATCH] Update website/docs/docs/cloud/use-dbt-copilot.md Co-authored-by: dave-connors-3 <73915542+dave-connors-3@users.noreply.github.com> --- 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 71ef467335..e0fc5cc6c9 100644 --- a/website/docs/docs/cloud/use-dbt-copilot.md +++ b/website/docs/docs/cloud/use-dbt-copilot.md @@ -59,7 +59,7 @@ Access dbt Copilot's AI prompt window using the keyboard shortcut Cmd+B (Mac) or - **Green**: Means new code that will be added if you accept the suggestion. - **Red**: Highlights existing code that will be removed or replaced by the suggested changes. -#### 4. Accept or reject suggestions for full control +#### 4. Accept or reject suggestions - **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.