mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Improve open_file description
This commit is contained in:
@@ -29,7 +29,7 @@ def agent_implements_context(agent: BaseAgent) -> bool:
|
||||
|
||||
@command(
|
||||
"open_file",
|
||||
"Open a file for editing, creating it if it does not exist yet."
|
||||
"Open a file for editing or continued viewing; create it if it does not exist yet."
|
||||
" Note: if you only need to read or write a file once, use `write_to_file` instead.",
|
||||
{
|
||||
"file_path": {
|
||||
|
||||
Reference in New Issue
Block a user