Skip to content

Commit d3350e6

Browse files
spotless
Signed-off-by: rithin-pullela-aws <rithinp@amazon.com>
1 parent 9059a1c commit d3350e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ml-algorithms/src/test/java/org/opensearch/ml/engine/tools/QueryPlanningToolTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ public void testRun() throws ExecutionException, InterruptedException {
8787
ActionListener<String> listener = ActionListener.wrap(future::complete, future::completeExceptionally);
8888
// test try to update the prompt
8989
validParams
90-
.put(SYSTEM_PROMPT_FIELD, "You are a query generation agent. Generate a dsl query for the following question: ${parameters.query_text}");
90+
.put(
91+
SYSTEM_PROMPT_FIELD,
92+
"You are a query generation agent. Generate a dsl query for the following question: ${parameters.query_text}"
93+
);
9194
validParams.put("query_text", "help me find some books related to wind");
9295
tool.run(validParams, listener);
9396

0 commit comments

Comments
 (0)