Files
new-api/service
0-don e8e94e958f fix: normalize input_text content blocks in Claude-to-OpenAI conversion
Clients like OpenClaw send input_text content blocks (a Responses API
type) through /v1/messages. The Claude-to-OpenAI converter silently
drops unknown types, so the message arrives empty at the upstream,
causing "Invalid value: 'input_text'" errors.

Map input_text to text since they share the same structure.
2026-02-19 22:29:40 +01:00
..
2025-06-07 12:26:23 +08:00
2026-01-14 22:29:43 +08:00
2025-08-15 16:54:26 +08:00