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(editor): move template rendering function to separate module
The template rendering function has been moved to a new file, `TemplateRender.ts`, to improve code organization. The `PromptsManager` now imports this function from the module. This change enhances readability and maintainability by separating concerns.
0 commit comments