Skip to content

Commit e9266f6

Browse files
mingshlylwu-amzn
authored andcommitted
update description
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
1 parent e5adbc7 commit e9266f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-algorithms/src/main/java/org/opensearch/ml/engine/tools/QueryPlanningTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class QueryPlanningTool implements WithModelTool {
4242
@Setter
4343
private Map<String, Object> attributes;
4444
@VisibleForTesting
45-
static String DEFAULT_DESCRIPTION = "Use this tool to generate query plans for a given query text.";
45+
static String DEFAULT_DESCRIPTION = "Use this tool to generate opensearch query dsl for a given natural language question.";
4646
@Getter
4747
@Setter
4848
private String description = DEFAULT_DESCRIPTION;

0 commit comments

Comments
 (0)