File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { describeAccuracyTests } from "./sdk/describeAccuracyTests.js";
22
33describeAccuracyTests ( [
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" ,
You can’t perform that action at this time.
0 commit comments