mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-21 15:04:28 +01: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