mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
commit
8cf7d2d0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def get_setting(key: str) -> Any:
|
|||
except Exception:
|
||||
return global_settings.get(key, None)
|
||||
|
||||
def convert_to_markdown(output_data: dict, gfm_supported: bool) -> str:
|
||||
def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str:
|
||||
"""
|
||||
Convert a dictionary of data into markdown format.
|
||||
Args:
|
||||
|
|
|
|||
Loading…
Reference in a new issue