mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
logger message
This commit is contained in:
parent
b370cb6ae7
commit
89e9413d75
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ class PRDescription:
|
|||
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue