Skip to content

Commit

Permalink
Change prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
siakmun-aws committed Feb 8, 2025
1 parent e3d4753 commit e578b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazonq/test/e2e/amazonq/featureDev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Amazon Q Feature Dev', function () {

const prompt = 'Add blank.txt file with empty content'
const codegenApproachPrompt = `${prompt} and add a readme that describes the changes`
const fileLevelAcceptPrompt = `${prompt} and add a license, and a contributing file`
const fileLevelAcceptPrompt = `${prompt} and 3 empty files with name {number}.txt, starting from 1`
const tooManyRequestsWaitTime = 100000

async function waitForText(text: string) {
Expand Down

0 comments on commit e578b32

Please sign in to comment.