{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/src\/infrastructure\/parsers\/html_parser_bs4.py",
"offset": 195,
"limit": 15
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/src\/infrastructure\/parsers\/html_parser_bs4.py",
"content": "def _str_or_none(value: object) -> str | None:\n return value if isinstance(value, str) else None\n\n\ndef _int_or_none(value: object) -> int | None:\n if not isinstance(value, str):\n return None\n try:\n return int(value)\n except ValueError:\n return None\n",
"numLines": 12,
"startLine": 195,
"totalLines": 206
}
}
}