Skip to content

Commit

Permalink
Update website/docs/docs/cloud/use-dbt-copilot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 11, 2024
1 parent a838582 commit bcacf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/use-dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 66 in website/docs/docs/cloud/use-dbt-copilot.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/use-dbt-copilot.md#L66

[custom.SentenceCaseHeaders] '5. Regenerate code' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] '5. Regenerate code' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/use-dbt-copilot.md", "range": {"start": {"line": 66, "column": 6}}}, "severity": "WARNING"}
- 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.

Expand Down

0 comments on commit bcacf10

Please sign in to comment.