Skip to content

Commit

Permalink
fix: remove "mobile" from application description.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Oct 15, 2024
1 parent 067d9e8 commit 37d1791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/PromptCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class PromptCreator {
return [
"# Test Code Generation",
"",
"You are an AI assistant tasked with generating test code for a mobile application using the provided UI testing framework API.",
"You are an AI assistant tasked with generating test code for an application using the provided UI testing framework API.",
"Please generate the minimal executable code to perform the desired intent based on the given information and context.",
""
];
Expand Down

0 comments on commit 37d1791

Please sign in to comment.