Files
claw-code/rust/crates
TheArchitectit 453ab6421b fix: make id field optional in OpenAI response parsing
Some OpenAI-compatible providers (e.g., GLM-5) omit the `id` field in
streaming and non-streaming responses. Adding #[serde(default)] allows
the parser to accept these responses instead of failing with
"missing field `id`".

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 05:17:56 +00:00
..
2026-05-25 04:36:30 +00:00