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

improve description #25

Merged
merged 1 commit into from
May 22, 2023
Merged

improve description #25

merged 1 commit into from
May 22, 2023

Conversation

ravilushqa
Copy link
Owner

@ravilushqa ravilushqa commented May 22, 2023

Summary

This pull request includes changes made to multiple files in the codebase. The changes include improvements to the description and review prompts, as well as updates to the OpenAI API and various code files.

Changes

  • cmd/description/main.go
    • Removed printing of "completion" variable when "Test" option is enabled.
  • description/description.go
    • Added print statements to show completion generated by OpenAI API for each file and overall completion.
    • Modified prompt message to include system message before user message and truncate patch if it exceeds a certain length.
  • openai/openai.go
    • Added error check for context cancellation in ChatCompletion function.
  • openai/prompts/describe_changes
    • Replaced placeholder text with instructions for Senior Developer to describe code patch without providing explanations.
  • openai/prompts/describe_overall
    • Updated to include changes made to multiple files in the codebase.
  • openai/prompts/review
    • Changed initial instructions to instructions for Senior Developer to review code and provide JSON response indicating code's quality and any issues found.
  • review/review.go
    • Changed role of chat message from "User" to "System" in GenerateCommentsFromDiff function.

Impact

These changes will improve the functionality and usability of the codebase, as well as provide better error handling and more detailed prompts for Senior Developers. The addition of error checking in the OpenAI API will prevent errors and improve the user experience. The changes to the description and review prompts will make it easier for Senior Developers to provide feedback and improve the quality of the codebase.

@ravilushqa ravilushqa merged commit e91df2e into main May 22, 2023
@ravilushqa ravilushqa deleted the improve_description branch May 22, 2023 12:18
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.

1 participant