Improve open_file description

This commit is contained in:
Reinier van der Leer
2023-08-24 23:11:20 +02:00
parent c31bccc1da
commit 2c07e8a4d9

View File

@@ -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": {