Commits
Click on a commit to change the comparison rangeFix flaky OpenAI test: accept hex color with or without # prefix
OpenAI's structured output sometimes returns '0000FF' instead of '#0000FF'.
Both are valid hex color representations, so the test should accept either.