Skip to content

Commit 1492608

Browse files
committedOct 9, 2024
Remove unused lines.
Signed-off-by: Austin Lee <austin@aryn.ai>
1 parent 138def6 commit 1492608

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎plugin/src/test/java/org/opensearch/ml/rest/RestMLRAGSearchProcessorIT.java

-3
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
359359
+ " \"ext\": {\n"
360360
+ " \"generative_qa_parameters\": {\n"
361361
+ " \"llm_model\": \"%s\",\n"
362-
// + " \"llm_question\": \"%s\",\n"
363362
+ " \"system_prompt\": \"%s\",\n"
364363
+ " \"user_instructions\": \"%s\",\n"
365364
+ " \"context_size\": %d,\n"
@@ -378,8 +377,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
378377
+ " \"ext\": {\n"
379378
+ " \"generative_qa_parameters\": {\n"
380379
+ " \"llm_model\": \"%s\",\n"
381-
// + " \"llm_question\": \"%s\",\n"
382-
// + " \"system_prompt\": \"%s\",\n"
383380
+ " \"user_instructions\": \"%s\",\n"
384381
+ " \"context_size\": %d,\n"
385382
+ " \"message_size\": %d,\n"

0 commit comments

Comments
 (0)