read_file
Read a project file using its relative path and return the content with line numbers. Set a maximum line count to control how much is retrieved.
Instructions
讀取專案內的一個檔案並回傳內容(附行號)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 相對於專案根目錄的檔案路徑,例如 src/ironman/llm.py | |
| max_lines | No | 最多讀幾行 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |