Skip to content

Commit c165026

Browse files
Fix: Update descriptions in project and test case schemas for consistency
1 parent 6b94b3c commit c165026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/testmanagement-utils/create-project-folder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export async function createProjectOrFolder(
111111
content: [
112112
{
113113
type: "text",
114-
text: `Folder created: ID=${folder.id}, name="${folder.name}" in project ${projId}`,
114+
text: `Folder created: ID=${folder.id}, name="${folder.name}" in project with identifier ${projId}`,
115115
},
116116
],
117117
};

src/tools/testmanagement-utils/create-testcase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const CreateTestCaseSchema = z.object({
5959
project_identifier: z
6060
.string()
6161
.describe(
62-
"The ID of the BrowserStack project where the test case should be created. If no project ID is provided, ask the user if they would like to create a new project using the createProjectOrFolder tool.",
62+
"The ID of the BrowserStack project where the test case should be created. If no project identifier is provided, ask the user if they would like to create a new project using the createProjectOrFolder tool.",
6363
),
6464
folder_id: z
6565
.string()

0 commit comments

Comments
 (0)