-
Notifications
You must be signed in to change notification settings - Fork 637
.pr_agent.toml
Tal edited this page Apr 10, 2024
·
30 revisions
[pr_custom_suggestions]
prompt="""The suggestions should focus only on the following:
(1) is the query syntax best practice?
(2) is the query return 1 row for each user?
(3) Is the query logic efficient?
"""
[github_app]
pr_commands = [
"/describe --pr_description.add_original_user_description=true --pr_description.keep_original_user_title=true --pr_description.final_update_message=false", "/review --pr_reviewer.num_code_suggestions=0",
"/improve",
"/custom_suggestions",
]