Skip to content

Commit

Permalink
♻️ Refactor fs.ts for improved readability and performance.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jun 18, 2023
1 parent 0286ecd commit d1e28b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ReadFileTool {
properties: {
file_path: {
type: "string",
description: "name of file",
description: "file path to read from",
},
},
},
Expand Down Expand Up @@ -42,7 +42,7 @@ class WriteFileTool {
properties: {
file_path: {
type: "string",
description: "name of file",
description: "file path to write to",
},
text: {
type: "string",
Expand Down

0 comments on commit d1e28b5

Please sign in to comment.