File tree 1 file changed +0
-3
lines changed
plugin/src/test/java/org/opensearch/ml/rest
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
359
359
+ " \" ext\" : {\n "
360
360
+ " \" generative_qa_parameters\" : {\n "
361
361
+ " \" llm_model\" : \" %s\" ,\n "
362
- // + " \"llm_question\": \"%s\",\n"
363
362
+ " \" system_prompt\" : \" %s\" ,\n "
364
363
+ " \" user_instructions\" : \" %s\" ,\n "
365
364
+ " \" context_size\" : %d,\n "
@@ -378,8 +377,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
378
377
+ " \" ext\" : {\n "
379
378
+ " \" generative_qa_parameters\" : {\n "
380
379
+ " \" llm_model\" : \" %s\" ,\n "
381
- // + " \"llm_question\": \"%s\",\n"
382
- // + " \"system_prompt\": \"%s\",\n"
383
380
+ " \" user_instructions\" : \" %s\" ,\n "
384
381
+ " \" context_size\" : %d,\n "
385
382
+ " \" message_size\" : %d,\n "
You can’t perform that action at this time.
0 commit comments