@@ -153,9 +153,6 @@ test('testGettingAIAskAgentConfig', async function testGettingAIAskAgentConfig()
153
153
if ( ! ! ( aiAskConfig . basicText ! . promptTemplate ! == '' ) ) {
154
154
throw new Error ( 'Assertion failed' ) ;
155
155
}
156
- if ( ! ! ( aiAskConfig . basicText ! . systemMessage ! == '' ) ) {
157
- throw new Error ( 'Assertion failed' ) ;
158
- }
159
156
if ( ! ( aiAskConfig . basicText ! . numTokensForCompletion ! > - 1 ) ) {
160
157
throw new Error ( 'Assertion failed' ) ;
161
158
}
@@ -180,9 +177,6 @@ test('testGettingAIAskAgentConfig', async function testGettingAIAskAgentConfig()
180
177
if ( ! ! ( aiAskConfig . longText ! . promptTemplate ! == '' ) ) {
181
178
throw new Error ( 'Assertion failed' ) ;
182
179
}
183
- if ( ! ! ( aiAskConfig . longText ! . systemMessage ! == '' ) ) {
184
- throw new Error ( 'Assertion failed' ) ;
185
- }
186
180
if ( ! ( aiAskConfig . longText ! . numTokensForCompletion ! > - 1 ) ) {
187
181
throw new Error ( 'Assertion failed' ) ;
188
182
}
@@ -232,9 +226,6 @@ test('testGettingAITextGenAgentConfig', async function testGettingAITextGenAgent
232
226
if ( ! ! ( aiTextGenConfig . basicGen ! . promptTemplate ! == '' ) ) {
233
227
throw new Error ( 'Assertion failed' ) ;
234
228
}
235
- if ( ! ! ( aiTextGenConfig . basicGen ! . systemMessage ! == '' ) ) {
236
- throw new Error ( 'Assertion failed' ) ;
237
- }
238
229
if ( ! ( aiTextGenConfig . basicGen ! . numTokensForCompletion ! > - 1 ) ) {
239
230
throw new Error ( 'Assertion failed' ) ;
240
231
}
0 commit comments