We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98106c9 commit 8c5f3b4Copy full SHA for 8c5f3b4
ml-algorithms/src/main/java/org/opensearch/ml/engine/tools/QueryPlanningTool.java
@@ -36,11 +36,8 @@
36
import org.opensearch.core.action.ActionListener;
37
import org.opensearch.index.IndexNotFoundException;
38
import org.opensearch.index.query.QueryBuilders;
39
-<<<<<<< HEAD
40
-import org.opensearch.ml.common.spi.tools.Parser;
41
-=======
42
import org.opensearch.ingest.ConfigurationUtils;
43
->>>>>>> d0d23bbbc (Address comments)
+import org.opensearch.ml.common.spi.tools.Parser;
44
import org.opensearch.ml.common.spi.tools.ToolAnnotation;
45
import org.opensearch.ml.common.spi.tools.WithModelTool;
46
import org.opensearch.ml.common.utils.ToolUtils;
0 commit comments