Skip to content

Commit

Permalink
fix(amazonq): update /doc workspace too large error message (#5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDing1 authored Feb 20, 2025
1 parent 1f11ba3 commit 5469600
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q /doc: update workspace too large error message"
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ amazonqDoc.edit.message=Okay, let's work on your README. Describe the changes yo
amazonqDoc.edit.placeholder=Describe documentation changes
amazonqDoc.error.generating=Unable to generate changes.
amazonqDoc.error_text=I'm sorry, I ran into an issue while trying to generate your documentation. Please try again.
amazonqDoc.exception.content_length_error=Your workspace is too large for me to review. Your workspace must be within the quota, even if you choose a smaller folder. For more information on quotas, see the <a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/doc-generation.html#quotas" target="_blank">Amazon Q Developer documentation.</a>
amazonqDoc.exception.content_length_error=The folder you selected is in a project or workspace that is too large for me to use as context. To create or update a README for your code, choose a folder in a smaller project or workspace. For information on quotas, see the <a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/doc-generation.html#quotas" target="_blank">Amazon Q Developer documentation.</a>
amazonqDoc.exception.no_change_required=I couldn't find any code changes to update in the README. Try another documentation task.
amazonqDoc.exception.prompt_too_vague=I need more information to make changes to your README. Try providing some of the following details:\n- Which sections you want to modify\n- The content you want to add or remove\n- Specific issues that need correcting\n\nFor more information on prompt best practices, see the <a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/doc-generation.html" target="_blank">Amazon Q Developer documentation.</a>
amazonqDoc.exception.prompt_unrelated=These changes don't seem related to documentation. Try describing your changes again, using the following best practices:\n- Changes should relate to how project functionality is reflected in the README\n- Content you refer to should be available in your codebase\n\nFor more information on prompt best practices, see the <a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/doc-generation.html" target="_blank">Amazon Q Developer documentation.</a>
Expand Down

0 comments on commit 5469600

Please sign in to comment.