Browse Source
Seedream image jobs now log whether image input was present, whether it was sent as a single string or an array, how many references were included, and which size preset was used. This makes it possible to prove whether missing reference images are a server bug or a downstream gateway issue. Constraint: The test server needed a low-noise way to confirm what reached /v1/images/generations without changing the external API contract Rejected: Rely on gateway-side observation alone | it could not distinguish whether the image array was dropped before or after the server boundary Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep this Seedream request-shape log until the gateway team has finished validating image-array forwarding end to end Tested: go test ./internal/server Tested: Seedream 4.5 job on test server with three image refs after deploying binary (job_47513ead2708) Not-tested: Long-term log volume impact under sustained Seedream trafficmaster
1 changed files with 41 additions and 0 deletions
Loading…
Reference in new issue