read_file_content
Retrieve content from specified files in local code repositories by providing a prefixed file path, enabling direct access for analysis or integration in AI workflows.
Instructions
读取项目内指定文件的内容,文件路径必须包含前缀,例如 '[backend/src]/main.ts'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 带前缀的完整文件路径, e.g., '[backend/src]/main.ts' |