We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05541e1 commit 0305b25Copy full SHA for 0305b25
tests/accuracy/find.test.ts
@@ -111,4 +111,31 @@ describeAccuracyTests([
111
},
112
],
113
114
+ {
115
+ prompt: "I want a COMPLETE list of all the movies only from 'mflix.movies' namespace.",
116
+ expectedToolCalls: [
117
118
+ toolName: "find",
119
+ parameters: {
120
+ database: "mflix",
121
+ collection: "movies",
122
+ filter: Matcher.emptyObjectOrUndefined,
123
+ },
124
125
126
+ toolName: "export",
127
128
129
130
+ exportTitle: Matcher.string(),
131
+ exportTarget: [
132
133
+ name: "find",
134
+ arguments: Matcher.emptyObjectOrUndefined,
135
136
+ ],
137
138
139
140
141
]);
0 commit comments