Skip to content

Commit 95fddb8

Browse files
sonianuj287ylwu-amzn
authored andcommitted
Remove unused commented template as requested by maintainer
Signed-off-by: Anuj Soni <[email protected]>
1 parent ffab1bf commit 95fddb8

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -470,26 +470,6 @@ public class RestMLRAGSearchProcessorIT extends MLCommonsRestTestCase {
470470
+ " }\n"
471471
+ "}";
472472

473-
private static final String BM25_SEARCH_REQUEST_WITH_CONVO_WITH_LLM_RESPONSE_TEMPLATE = "{\n"
474-
+ " \"_source\": [\"%s\"],\n"
475-
+ " \"query\" : {\n"
476-
+ " \"match\": {\"%s\": \"%s\"}\n"
477-
+ " },\n"
478-
+ " \"ext\": {\n"
479-
+ " \"generative_qa_parameters\": {\n"
480-
+ " \"llm_model\": \"%s\",\n"
481-
+ " \"llm_question\": \"%s\",\n"
482-
+ " \"memory_id\": \"%s\",\n"
483-
+ " \"system_prompt\": \"%s\",\n"
484-
+ " \"user_instructions\": \"%s\",\n"
485-
+ " \"context_size\": %d,\n"
486-
+ " \"message_size\": %d,\n"
487-
+ " \"timeout\": %d,\n"
488-
+ " \"llm_response_field\": \"%s\"\n"
489-
+ " }\n"
490-
+ " }\n"
491-
+ "}";
492-
493473
private static final String BM25_SEARCH_REQUEST_WITH_CONVO_AND_IMAGE_TEMPLATE = "{\n"
494474
+ " \"_source\": [\"%s\"],\n"
495475
+ " \"query\" : {\n"

0 commit comments

Comments
 (0)