mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +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