Skip to content

Commit 56d981d

Browse files
prefixed list deployments accuacy prompts with 'local'
1 parent e3c6708 commit 56d981d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/accuracy/listDeployments.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describeAccuracyTests } from "./sdk/describeAccuracyTests.js";
22

33
describeAccuracyTests([
44
{
5-
prompt: "What MongoDB clusters do I have running?",
5+
prompt: "What local MongoDB clusters do I have running?",
66
expectedToolCalls: [
77
{
88
toolName: "atlas-local-list-deployments",
@@ -11,7 +11,7 @@ describeAccuracyTests([
1111
],
1212
},
1313
{
14-
prompt: "What MongoDB instances do I have running?",
14+
prompt: "What local MongoDB instances do I have running?",
1515
expectedToolCalls: [
1616
{
1717
toolName: "atlas-local-list-deployments",
@@ -20,7 +20,7 @@ describeAccuracyTests([
2020
],
2121
},
2222
{
23-
prompt: "How many MongoDB clusters are running?",
23+
prompt: "How many local MongoDB clusters are running?",
2424
expectedToolCalls: [
2525
{
2626
toolName: "atlas-local-list-deployments",

0 commit comments

Comments
 (0)