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
refactor(api): refactor CoUnitPromptGenerator to use a private method to create the Retrofit instance #51
This commit refactors the `CoUnitPromptGenerator` class to extract the creation of the `Retrofit` instance into a private method. This change improves code readability and maintainability by avoiding duplicate code and centralizing the creation logic.
0 commit comments