{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": ".\/venv\/bin\/python tests\/test_no_hardcoded_models.py 2>&1",
"description": "Run hardcoded test before fixes"
}
}
{
"tool_response": {
"stdout": "Running hardcoded model tests...\n✗ test_pipeline_no_literal_models FAILED:\nHardcodierte Models gefunden:\npipeline.py:242: Found 'mistral' - analyzed_chunks = text_semantic_analyze.execute(chunk_data, \npipeline.py:286: Found 'mistral' - analyzed_entities = knowledge_semantic_analyze.execute(entit\nstep_semantic_extended.py:126: Found 'mistral' - model = config.get(\"model\", \"mistral\")\nstep_semantic_extended.py:286: Found 'mistral' - model = config.get(\"model\", \"mistral\")\n✗ test_no_model_in_execute_calls FAILED:\nHardcodierte model in execute() gefunden: ['.execute(chunk_data, {\"model\": \"mistral\"', '.execute(entity_list, {\"model\": \"mistral\"']",
"stderr": "",
"interrupted": false,
"isImage": false
}
}