Skip to content

Commit 1a7b1fd

Browse files
committed
Fix eca_write_file description
1 parent 4c8beff commit 1a7b1fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/eca/features/tools/filesystem.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
:required ["path"]}
220220
:handler #'read-file}
221221
"eca_write_file"
222-
{:description (str "Create a new file or completely overwrite an existing file with new content. " +
223-
"Use with caution as it will overwrite existing files without warning. " +
222+
{:description (str "Create a new file or completely overwrite an existing file with new content. "
223+
"Use with caution as it will overwrite existing files without warning. "
224224
"Handles text content with proper encoding. "
225225
"**Only works within the directories: $workspaceRoots.**")
226226
:parameters {:type "object"

src/eca/llm_api.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
:instructions instructions
150150
:user-prompt user-prompt
151151
:past-messages past-messages
152+
:web-search web-search
152153
:tools tools
153154
:api-url url
154155
:api-key key}

0 commit comments

Comments
 (0)