mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Merge pull request #1920 from abhinav-1305/fix-typo
fix: correct typo in configuration comments
This commit is contained in:
commit
d30d077939
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ In addition to evaluating the suggestion correctness and importance, another sub
|
||||||
|
|
||||||
Examine each suggestion meticulously, assessing its quality, relevance, and accuracy within the context of PR. Keep in mind that the suggestions may vary in their correctness, accuracy and impact.
|
Examine each suggestion meticulously, assessing its quality, relevance, and accuracy within the context of PR. Keep in mind that the suggestions may vary in their correctness, accuracy and impact.
|
||||||
Consider the following components of each suggestion:
|
Consider the following components of each suggestion:
|
||||||
1. 'one_sentence_summary' - A one-liner summary summary of the suggestion's purpose
|
1. 'one_sentence_summary' - A one-liner summary of the suggestion's purpose
|
||||||
2. 'suggestion_content' - The suggestion content, explaining the proposed modification
|
2. 'suggestion_content' - The suggestion content, explaining the proposed modification
|
||||||
3. 'existing_code' - a code snippet from a __new hunk__ section in the PR code diff that the suggestion addresses
|
3. 'existing_code' - a code snippet from a __new hunk__ section in the PR code diff that the suggestion addresses
|
||||||
4. 'improved_code' - a code snippet demonstrating how the 'existing_code' should be after the suggestion is applied
|
4. 'improved_code' - a code snippet demonstrating how the 'existing_code' should be after the suggestion is applied
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
# models
|
# models
|
||||||
model="o4-mini"
|
model="o4-mini"
|
||||||
fallback_models=["gpt-4.1"]
|
fallback_models=["gpt-4.1"]
|
||||||
#model_reasoning="o4-mini" # dedictated reasoning model for self-reflection
|
#model_reasoning="o4-mini" # dedicated reasoning model for self-reflection
|
||||||
#model_weak="gpt-4o" # optional, a weaker model to use for some easier tasks
|
#model_weak="gpt-4o" # optional, a weaker model to use for some easier tasks
|
||||||
# CLI
|
# CLI
|
||||||
git_provider="github"
|
git_provider="github"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue