You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Go transform JSON serialization: add json tags for content field
The systemMessageTransformRequest and systemMessageTransformResponse
used anonymous structs without json tags, causing Content to serialize
as uppercase 'Content' instead of lowercase 'content'. The CLI expects
lowercase, so transform results were silently ignored.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments