Skip to content

[bug] small typo #344

@jetzhou

Description

@jetzhou

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions