From 34594e54365e6f0da226a83db166e6d5fc772872 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Mon, 7 Jul 2025 20:11:10 +0530 Subject: [PATCH] fix: correct typo in configuration comments --- .../code_suggestions/pr_code_suggestions_reflect_prompts.toml | 2 +- pr_agent/settings/configuration.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pr_agent/settings/code_suggestions/pr_code_suggestions_reflect_prompts.toml b/pr_agent/settings/code_suggestions/pr_code_suggestions_reflect_prompts.toml index e3035d12..9e528682 100644 --- a/pr_agent/settings/code_suggestions/pr_code_suggestions_reflect_prompts.toml +++ b/pr_agent/settings/code_suggestions/pr_code_suggestions_reflect_prompts.toml @@ -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. 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 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 diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 8c9de39c..e75cfa56 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -8,7 +8,7 @@ # models model="o4-mini" 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 # CLI git_provider="github"