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

Switch to Codex insert-and-update mode #16

Closed
RobotSail opened this issue Mar 31, 2022 · 1 comment
Closed

Switch to Codex insert-and-update mode #16

RobotSail opened this issue Mar 31, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@RobotSail
Copy link
Collaborator

The prompt for generation is currently built on a force-to-generate-updates mode, meaning that the entire document being sent between copilot-ops and OpenAI consists of the following structure:

# existing file 1
# existing file 2
# ...
--- 
# updated file 1
# updated file 2
# ...

OpenAI recently updated added a new feature to edit files in-place to obtain generated updates within them. We need to investigate this feature so we can restructure our design accordingly.

@RobotSail RobotSail added enhancement New feature or request question Further information is requested labels Mar 31, 2022
@guymguym
Copy link
Contributor

@RobotSail this is done right?

@guymguym guymguym removed the question Further information is requested label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants