Skip to content

Conversation

@codegen-sh
Copy link
Contributor

@codegen-sh codegen-sh bot commented Apr 3, 2025

This PR addresses the issue reported in #344 where there's a typo in the system prompt template generated when using the create -d <description> command.

Issue

The system prompt template has a typo in the delimiter for the examples section. The last delimiter incorrectly says END CODEGEN DOCS when it should say END CODEGEN EXAMPLES.

Fix

This PR documents the issue and the fix that needs to be applied in the backend implementation of the cli-create.modal.run endpoint.

The correct template should have:

>>>>>>>>>>>>>>>>>>>> END CODEGEN EXAMPLES <<<<<<<<<<<<<<<<<<<<

instead of

>>>>>>>>>>>>>>>>>>>> END CODEGEN DOCS <<<<<<<<<<<<<<<<<<<<

for the closing delimiter of the examples section.


💻 View my workAbout Codegen

@codegen-sh codegen-sh bot requested review from a team and codegen-team as code owners April 3, 2025 22:44
@codegen-sh codegen-sh bot mentioned this pull request Apr 3, 2025
@codecov
Copy link

codecov bot commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants