mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
gfm_supported
This commit is contained in:
parent
8e42162b5e
commit
d7f43d6ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def get_setting(key: str) -> Any:
|
||||||
except Exception:
|
except Exception:
|
||||||
return global_settings.get(key, None)
|
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.
|
Convert a dictionary of data into markdown format.
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue