You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/output_parsers
Andrew Grangaard 450eb91fe2
Removes unnecessary backslash escaping for backticks in python (#5751)
Fixed python deprecation warning:
    DeprecationWarning: invalid escape sequence '`'
    
backticks (`) do not have special meaning in python strings and should
not be escaped.

-- @spazm on twitter

### Who can review:

@nfcampos ported this change from javascript, @hwchase17 wrote the
original STRUCTURED_FORMAT_INSTRUCTIONS,
1 year ago
..
__init__.py Harrison/datetime parser (#4693) 1 year ago
boolean.py convert the parameter 'text' to uppercase in the function 'parse' of the class BooleanOutputParser (#5397) 1 year ago
combining.py Replace list comprehension with generator. (#5526) 1 year ago
datetime.py Harrison/datetime parser (#4693) 1 year ago
enum.py add enum output parser (#5165) 1 year ago
fix.py Add _type for all parsers (#4189) 1 year ago
format_instructions.py Removes unnecessary backslash escaping for backticks in python (#5751) 1 year ago
json.py handle json parsing errors (#5371) 1 year ago
list.py Nc/combining output parser (#3014) 1 year ago
loading.py move output parsing (#1605) 1 year ago
prompts.py Harrison/guarded output parser (#1804) 1 year ago
pydantic.py Harrison/json new line (#4646) 1 year ago
rail_parser.py Harrison/guarded output parser (#1804) 1 year ago
regex.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
regex_dict.py Removed duplicate BaseModel dependencies (#2471) 1 year ago
retry.py Fix typo in docstring of RetryWithErrorOutputParser (#5244) 1 year ago
structured.py standardize json parsing (#5168) 1 year ago