| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| chat_to_responses.go | ||
| policy.go | ||
| regex.go | ||
| responses_to_chat.go |
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.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| chat_to_responses.go | Loading commit data... | |
| policy.go | Loading commit data... | |
| regex.go | Loading commit data... | |
| responses_to_chat.go | Loading commit data... |