hermes-agent/tests/plugins/image_gen
Teknium dcff23a25f test(xai-image): regression-guard literal '1k'/'2k' resolution payload
The xAI image-gen provider was DOA from PR #14765 onward — every request
422'd because the resolution param was being mapped to '1024'/'2048' but
xAI's API expects the literal strings '1k'/'2k'. PR #18678 fixed the
mapping; this test asserts the wire payload carries the literal so the
regression cannot recur silently.
2026-05-09 13:07:46 -07:00
..
__init__.py
test_openai_codex_provider.py feat(image_gen): add openai-codex plugin (gpt-image-2 via Codex OAuth) (#14317) 2026-04-22 20:43:21 -07:00
test_openai_provider.py
test_xai_provider.py test(xai-image): regression-guard literal '1k'/'2k' resolution payload 2026-05-09 13:07:46 -07:00