You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The commands to run. Allowed options are: `create`, `str_replace`, `insert`"
50
+
"description": "The commands to run. Allowed options are: `create`, `strReplace`, `insert`"
51
51
},
52
52
"content": {
53
53
"description": "Required parameter of `create` and `insert` commands.",
54
54
"type": "string"
55
55
},
56
-
"insert_line": {
56
+
"insertLine": {
57
57
"description": "Optional parameter of `insert` command. Line is 0-indexed. `content` will be inserted at the provided line. If not provided, content will be inserted at the end of the file on a new line, inserting a newline at the end of the file if it is missing.",
58
58
"type": "integer"
59
59
},
60
-
"new_str": {
61
-
"description": "Required parameter of `str_replace` command containing the new string.",
60
+
"newStr": {
61
+
"description": "Required parameter of `strReplace` command containing the new string.",
62
62
"type": "string"
63
63
},
64
-
"old_str": {
65
-
"description": "Required parameter of `str_replace` command containing the string in `path` to replace.",
64
+
"oldStr": {
65
+
"description": "Required parameter of `strReplace` command containing the string in `path` to replace.",
0 commit comments