We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a49aa9c + b098ffc commit 9501824Copy full SHA for 9501824
1 file changed
penify_hook/api_client.py
@@ -22,6 +22,7 @@ def send_file_for_docstring_generation(self, file_name, content, line_numbers, r
22
file_name (str): The path to the file being sent.
23
content (str): The content of the file to be processed.
24
line_numbers (list): A list of line numbers that have been modified.
25
+ repo_details (str?): Additional repository details if applicable.
26
27
Returns:
28
str: The modified content returned by the API, or the original content if the
0 commit comments