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 e5adbc7 commit e9266f6Copy full SHA for e9266f6
ml-algorithms/src/main/java/org/opensearch/ml/engine/tools/QueryPlanningTool.java
@@ -42,7 +42,7 @@ public class QueryPlanningTool implements WithModelTool {
42
@Setter
43
private Map<String, Object> attributes;
44
@VisibleForTesting
45
- static String DEFAULT_DESCRIPTION = "Use this tool to generate query plans for a given query text.";
+ static String DEFAULT_DESCRIPTION = "Use this tool to generate opensearch query dsl for a given natural language question.";
46
@Getter
47
48
private String description = DEFAULT_DESCRIPTION;
0 commit comments