Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#344: Fix typo in system prompt template #1011

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

codegen-sh[bot]
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 codegen-team and a team as code owners April 3, 2025 22:44
@codegen-sh codegen-sh bot mentioned this pull request Apr 3, 2025
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