We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61737e6 commit 6093f2bCopy full SHA for 6093f2b
1 file changed
penify_hook/llm_client.py
@@ -37,7 +37,7 @@ def litellm(self):
37
self._litellm = litellm
38
return self._litellm
39
40
- 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:
41
"""Generate a concise and descriptive commit summary based on Git diff, user
42
instructions, repository details, and optional JIRA context.
43
0 commit comments