-
Notifications
You must be signed in to change notification settings - Fork 590
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
Tr/self reflect #906
Tr/self reflect #906
Conversation
…ment out default scoring error log in pr_code_suggestions.py
…tation, README, and tool references
PR Review 🔍(Review updated until commit 46e9347)
Code feedback:
|
/describe |
Title[Enhancement] Rename "Custom Suggestions" to "Custom Prompt" and Update Documentation PR TypeEnhancement, Documentation Description
Changes walkthrough 📝
|
PR Code Suggestions ✨
💡 Relevant configurations:
[config] cli_mode: True
enable_custom_labels: False
model: gpt-4o
model_turbo: gpt-4o
fallback_models: ['gpt-4-0125-preview']
git_provider: github
publish_output: True
publish_output_progress: True
verbosity_level: 0
use_extra_bad_extensions: False
use_wiki_settings_file: True
use_repo_settings_file: True
use_global_settings_file: True
ai_timeout: 120
max_description_tokens: 500
max_commits_tokens: 500
max_model_tokens: 8000
patch_extra_lines: 1
output_relevant_configurations: True
[pr_code_suggestions] max_context_tokens: 8000
num_code_suggestions: 4
commitable_code_suggestions: False
extra_instructions:
rank_suggestions: False
enable_help_text: False
persistent_comment: False
self_reflect_on_suggestions: True
suggestions_score_threshold: 0
auto_extended_mode: True
num_code_suggestions_per_chunk: 4
max_number_of_calls: 3
parallel_calls: True
rank_extended_suggestions: False
final_clip_factor: 0.8
|
PR Description updated to latest commit (46e9347) |
Changelog updates: 🔄 markdown 2024-05-18Changed
🛠️ Relevant configurations:
[config] cli_mode: True
enable_custom_labels: False
model: gpt-4o
model_turbo: gpt-4o
fallback_models: ['gpt-4-0125-preview']
git_provider: github
publish_output: True
publish_output_progress: True
verbosity_level: 0
use_extra_bad_extensions: False
use_wiki_settings_file: True
use_repo_settings_file: True
use_global_settings_file: True
ai_timeout: 120
max_description_tokens: 500
max_commits_tokens: 500
max_model_tokens: 32000
patch_extra_lines: 1
output_relevant_configurations: True
[pr_update_changelog] push_changelog_changes: False
extra_instructions:
|
Persistent review updated to latest commit 46e9347 |
/custom_prompt --pr_custom_prompt.prompt="The code suggestions should focus only on the following:
" |
/custom_prompt --pr_custom_prompt.prompt="
|
Custom Prompt Suggestions 🎨
|
PR Description updated to latest commit (46e9347) |
Persistent review updated to latest commit 46e9347 |
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
User description
aaa
PR Type
enhancement, documentation
Description
pr_code_suggestions.py
.pr_code_suggestions_prompts.toml
.Changes walkthrough 📝
3 files
pr_code_suggestions.py
Comment out default scoring error log
pr_agent/tools/pr_code_suggestions.py
pr_help_message.py
Rename "Custom Suggestions" to "Custom Prompt"
pr_agent/tools/pr_help_message.py
pr_code_suggestions_prompts.toml
Refine field descriptions in prompts configuration
pr_agent/settings/pr_code_suggestions_prompts.toml
6 files
README.md
Update README for "Custom Prompt" renaming
README.md
index.md
Update documentation index for "Custom Prompt"
docs/docs/index.md
custom_prompt.md
Rename and update "Custom Suggestions" tool documentation
docs/docs/tools/custom_prompt.md
improve.md
Update reference to "Custom Prompt" tool
docs/docs/tools/improve.md
index.md
Update tools index for "Custom Prompt"
docs/docs/tools/index.md
mkdocs.yml
Update navigation for "Custom Prompt"
docs/mkdocs.yml