Sfoglia il codice sorgente

fix: change OutputParserError to inherit from ValueError (#11935)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.2
-LAN- 10 mesi fa
parent
commit
810adb8a94
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      api/core/llm_generator/output_parser/errors.py

+ 1
- 1
api/core/llm_generator/output_parser/errors.py Vedi File

@@ -1,2 +1,2 @@
class OutputParserError(Exception):
class OutputParserError(ValueError):
pass

Loading…
Annulla
Salva