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: normalize thinking in all conversion paths — _normalize_thinking_for_upstream was only called in the passthrough path. The three force-conversion paths (_convert_non_streaming, _convert_buffered_streaming, _convert_streaming) sent thinking.type=enabled to Argo as-is, causing 502 errors for non-streaming requests and silent SSE errors for streaming requests on models that require thinking.type=adaptive (e.g. claude-opus-4.7). (#123, #124)