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(CoUnitPromptGenerator): ensure retrofit service creation is consistent #51
To improve code readability and maintainability, the creation of the `CoUnitApi` service instance has been moved outside the `findIntention` and `semanticQuery` methods. Now, the service instance is initialized once and reused throughout the class, which aligns with the principles of software design by reducing code duplication and promoting the single responsibility principle.
0 commit comments