{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/scripts\/import_leipzig_corpus.py",
"offset": 20,
"limit": 10
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/crawler\/scripts\/import_leipzig_corpus.py",
"content": "\n_TOKEN_RE = re.compile(r\"^[a-zäöüß]{3,80}$\")\n_BATCH = 5000\n_INSERT = (\n \"INSERT INTO reference_corpus_de (corpus, token, frequency) VALUES (%s, %s, %s)\"\n \" ON DUPLICATE KEY UPDATE frequency = VALUES(frequency)\"\n)\n\n\ndef main() -> int:",
"numLines": 10,
"startLine": 20,
"totalLines": 73
}
}
}