You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constprompt='Add blank.txt file with empty content'
21
-
constcodegenApproachPrompt=`${prompt} and add a readme that describes the changes`
22
-
constfileLevelAcceptPrompt=`${prompt} and add a license, and a contributing file`
19
+
constmaxTestDuration=600000// /dev can go beyond 10 mins to complete.
20
+
21
+
constprompt='Add current timestamp into blank.txt'
22
+
constiteratePrompt=`Add a new section in readme to explain your change`
23
+
constfileLevelAcceptPrompt=`${prompt} and ${iteratePrompt}`
24
+
constinformationCard=
25
+
'After you provide a task, I will:\n1. Generate code based on your description and the code in your workspace\n2. Provide a list of suggestions for you to review and add to your workspace\n3. If needed, iterate based on your feedback\nTo learn more, visit the [user guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html)'
0 commit comments