Skip to content

Commit 61737e6

Browse files
authored
Update llm_client.py
1 parent c80f4f1 commit 61737e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

penify_hook/llm_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def litellm(self):
3737
self._litellm = litellm
3838
return self._litellm
3939

40-
def generate_commit_summary(self, diff: str, message: str, generate_description: bool, repo_details: Dict, jira_context: Dict = None) -> Dict:
40+
def generate_commit_summary(self, diff: str, message: str, generate_description: bool, repo_details: Dict, jira_context: Dict = None, additonal_param: str = ") -> Dict:
4141
"""Generate a concise and descriptive commit summary based on Git diff, user
4242
instructions, repository details, and optional JIRA context.
4343

0 commit comments

Comments
 (0)