Skip to content

Commit e612d58

Browse files
committed
fix(amazonq): Remove strReplace from command enum
1 parent 168a865 commit e612d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/tools/tool_index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"command": {
3434
"type": "string",
35-
"enum": ["create", "strReplace", "insert", "append"],
35+
"enum": ["create", "insert", "append"],
3636
"description": "The commands to run. Allowed options are: `create`, `strReplace`, `insert`, `append`."
3737
},
3838
"fileText": {

0 commit comments

Comments
 (0)