chunk_code
Parse code files into semantic chunks like functions and classes to improve RAG retrieval accuracy for code analysis and documentation.
Instructions
Parse code file into semantic chunks (functions, classes, methods) for better RAG retrieval.
Args: file_path: Path to code file to chunk
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |