Skip to content

Commit 54904fd

Browse files
author
Abderraouf Belalia
committed
docs: update capabilities with line numbering parameter
[agent commit]
1 parent 58e1638 commit 54904fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/capabilities.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,11 @@
230230
<td>
231231
<code><b>read_text_file</b></code>
232232
</td>
233-
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Only works within allowed directories.</td>
233+
<td>Read the complete contents of a text file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Optionally include line numbers for precise code targeting. Only works within allowed directories.</td>
234234
<td>
235235
<ul>
236236
<li> <code>path</code> : string<br /></li>
237+
<li> <code>with_line_numbers</code> : boolean<br /></li>
237238
</ul>
238239
</td>
239240
</tr>

0 commit comments

Comments
 (0)