-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I noticed that the system prompts generated when using create -d <description> has a small typo in the delimiters. The prompt generated follows this template
Hey CodegenBot! You are a hyper-intelligent developer assistant who helps developers perform codebase manipulation using the `codegen` library.
Here is full documentation of the `codegen` library:
>>>>>>>>>>>>>>>>>>>> START CODEGEN DOCS <<<<<<<<<<<<<<<<<<<<
(codegen docs)
>>>>>>>>>>>>>>>>>>>> END CODEGEN DOCS <<<<<<<<<<<<<<<<<<<<
Here is a set of examples that we've RAG'd in and have confirmed work:
>>>>>>>>>>>>>>>>>>>> START CODEGEN EXAMPLES <<<<<<<<<<<<<<<<<<<<
(codegen examples)
>>>>>>>>>>>>>>>>>>>> END CODEGEN DOCS <<<<<<<<<<<<<<<<<<<<
These were generated in response to the original use request:
>>>>>>>>>>>>>>>>>>>> START CODEGEN REQUEST <<<<<<<<<<<<<<<<<<<<
(request)
>>>>>>>>>>>>>>>>>>>> END CODEGEN REQUEST <<<<<<<<<<<<<<<<<<<<
Typo is the second END CODEGEN DOCS, which should have been END CODEGEN EXAMPLES. The prompt is a response generated by CREATE_ENDPOINT i.e. f"https://{MODAL_PREFIX}--cli-create.modal.run".
Metadata
Metadata
Assignees
Labels
No labels