fix: align the schemas, params, and descriptions (#128)
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
# read_file
|
||||
|
||||
Reads a local file with 1-indexed line numbers, compatible with the Codex `read_file` tool.
|
||||
|
||||
- **file_path**: Absolute path to the file to read.
|
||||
- **offset**: Optional starting line number (1-based) for the slice.
|
||||
- **limit**: Optional maximum number of lines to return.
|
||||
- **mode / indentation**: Accepted for compatibility with Codex but currently treated as slice-only; indentation mode is not yet implemented.
|
||||
Reads a local file with 1-indexed line numbers, supporting slice and indentation-aware block modes.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user