Skip to content

Commit

Permalink
logger message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Aug 9, 2024
1 parent b370cb6 commit 89e9413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_agent/tools/pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ async def run(self):

async def _prepare_prediction(self, model: str) -> None:
if get_settings().pr_description.use_description_markers and 'pr_agent:' not in self.user_description:
get_logger().info("Markers were enabled, but user description does not contain markers. skipping AI prediction")
return None

large_pr_handling = get_settings().pr_description.enable_large_pr_handling and "pr_description_only_files_prompts" in get_settings()
Expand Down

0 comments on commit 89e9413

Please sign in to comment.