Skip to content

Commit

Permalink
add fileText parameter json desc to the set file text server request
Browse files Browse the repository at this point in the history
  • Loading branch information
diffitask committed Jan 15, 2024
1 parent 04ae619 commit 57f9777
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
"type": "STRING",
"regex": "^[\\w,\\s-]+\\.[A-Za-z]{2, 3, 4, 5}$",
"description": "The name of the file whose text should be changed."
},
{
"name": "fileText",
"type": "STRING",
"regex": "*",
"description": "A new text to be inserted into the file."
}
],
"optional_parameters": []
Expand Down

0 comments on commit 57f9777

Please sign in to comment.