assistant2: Add create-file
and copy-path
tools to the "Code Writer" profile (#27432)
This PR adds the `create-file` and `copy-path` tools to the "Code Writer" profile. Release Notes: - N/A
This commit is contained in:
parent
e273de5490
commit
e7f7ed349b
1 changed files with 2 additions and 0 deletions
|
@ -633,6 +633,8 @@
|
||||||
"name": "Code Writer",
|
"name": "Code Writer",
|
||||||
"tools": {
|
"tools": {
|
||||||
"bash": true,
|
"bash": true,
|
||||||
|
"copy-path": true,
|
||||||
|
"create-file": true,
|
||||||
"delete-path": true,
|
"delete-path": true,
|
||||||
"diagnostics": true,
|
"diagnostics": true,
|
||||||
"edit-files": true,
|
"edit-files": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue