{
"event": "PreToolUse",
"tool_name": "TodoWrite",
"tool_input": {
"todos": [
{
"content": "Extraction gegen Goldstandard vergleichen",
"status": "in_progress",
"activeForm": "Vergleiche Extraction mit Goldstandard"
},
{
"content": "Analyse: Treffer, Fehlende, Falsche",
"status": "pending",
"activeForm": "Analysiere Treffer, Fehlende, Falsche"
}
]
}
}
{
"tool_response": {
"oldTodos": [],
"newTodos": [
{
"content": "Extraction gegen Goldstandard vergleichen",
"status": "in_progress",
"activeForm": "Vergleiche Extraction mit Goldstandard"
},
{
"content": "Analyse: Treffer, Fehlende, Falsche",
"status": "pending",
"activeForm": "Analysiere Treffer, Fehlende, Falsche"
}
]
}
}