{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "grep \"^def \" \/var\/www\/scripts\/pipeline\/chunk.py",
"description": "Check chunk.py functions"
}
}
{
"tool_response": {
"stdout": "def split_into_sentences(text):\ndef calculate_overlap(chunk_size):\ndef chunk_by_structure(extraction_result):\ndef chunk_pdf(pages):\ndef chunk_pptx(slides):\ndef chunk_docx(paragraphs):\ndef chunk_markdown(content):\ndef chunk_text(text):",
"stderr": "",
"interrupted": false,
"isImage": false
}
}