From 37d17911cdf1278ab10155dc93d48a7a0a1cd542 Mon Sep 17 00:00:00 2001 From: Asaf Korem Date: Tue, 15 Oct 2024 09:51:40 +0300 Subject: [PATCH] fix: remove "mobile" from application description. --- src/utils/PromptCreator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/PromptCreator.ts b/src/utils/PromptCreator.ts index 5556eae..881a06b 100644 --- a/src/utils/PromptCreator.ts +++ b/src/utils/PromptCreator.ts @@ -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.", "" ];