chunk_code
Parse code files into semantic chunks like functions and classes to improve RAG retrieval accuracy for research and analysis.
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 |