Skip to content

Commit

Permalink
fix: change OutputParserError to inherit from ValueError (#11935)
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <[email protected]>
  • Loading branch information
laipz8200 authored Dec 21, 2024
1 parent 606aadb commit 810adb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/llm_generator/output_parser/errors.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class OutputParserError(Exception):
class OutputParserError(ValueError):
pass

0 comments on commit 810adb8

Please sign in to comment.