This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
fix: change OutputParserError to inherit from ValueError (
#11935
)
Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN-
10 months ago
parent
606aadb891
commit
810adb8a94
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/core/llm_generator/output_parser/errors.py
+ 1
- 1
api/core/llm_generator/output_parser/errors.py
View File
@@ -1,2 +1,2 @@
class OutputParserError(
Exception
):
class OutputParserError(
ValueError
):
pass
Write
Preview
Loading…
Cancel
Save