mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
The Claude AI validator was receiving detailed explanations with markdown formatting (e.g., '**PASS**') instead of the expected simple format. Updated the validation prompt to explicitly require responses to start with either 'PASS' or 'FAIL: <reason>' without any additional formatting, explanations, or markdown before the verdict. This fixes the 'Warning: Unexpected Claude response format' error that was causing valid test results to be incorrectly marked as unclear.