mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
@@ -105,7 +105,7 @@ def parse_partial_json(s: str, *, strict: bool = False) -> Any:
|
|||||||
|
|
||||||
|
|
||||||
def parse_json_markdown(
|
def parse_json_markdown(
|
||||||
json_string: str, parser: Callable[[str], Any] = json.loads
|
json_string: str, *, parser: Callable[[str], Any] = json.loads
|
||||||
) -> dict:
|
) -> dict:
|
||||||
"""
|
"""
|
||||||
Parse a JSON string from a Markdown string.
|
Parse a JSON string from a Markdown string.
|
||||||
|
Reference in New Issue
Block a user