From 31a57a8eb83b2bcaf53a8d4e4fd063b84df59e1b Mon Sep 17 00:00:00 2001 From: Suman Saurabh <7571897+sumansaurabh@users.noreply.github.com> Date: Thu, 15 May 2025 17:12:56 +0530 Subject: [PATCH] Update llm_client.py --- penify_hook/llm_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/penify_hook/llm_client.py b/penify_hook/llm_client.py index ae25c73..6115307 100644 --- a/penify_hook/llm_client.py +++ b/penify_hook/llm_client.py @@ -37,7 +37,7 @@ def litellm(self): self._litellm = litellm return self._litellm - def generate_commit_summary(self, diff: str, message: str, generate_description: bool, repo_details: Dict, jira_context: Dict = None, additonal_param: str = ") -> Dict: + def generate_commit_summary(self, diff: str, message: str, generate_description: bool, repo_details: Dict, jira_context: Dict = None, additonal_param: str = "", additonal_param_2: str = "") -> Dict: """Generate a concise and descriptive commit summary based on Git diff, user instructions, repository details, and optional JIRA context.