chunk_details
Retrieve full content of a specific code chunk by its ID. Use after finding relevant chunks to examine implementations or definitions.
Instructions
Get full content of a specific chunk.
Returns chunk content as string.
Common patterns:
1. Final step after find_matching_chunks_in_file finds relevant chunks
2. Examining implementations after finding definitions/usesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes |