mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: remove langchain from output parsers (#3473)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import json
|
||||
|
||||
from langchain.schema import OutputParserException
|
||||
from core.llm_generator.output_parser.errors import OutputParserException
|
||||
|
||||
|
||||
def parse_json_markdown(json_string: str) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user