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/libs/core/tests
JongRok BAEK 8d6cc90fc5
langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162)
- **Description :**  

Fix: Use shallow copy for schema manipulation in get_format_instructions

Prevents side effects on the original schema object by using a
dictionary comprehension for a safer and more controlled manipulation of
schema key-value pairs, enhancing code reliability.

  - **Issue:**  #17161 
  - **Dependencies:** None
  -  **Twitter handle:** None
5 months ago
..
integration_tests core[patch], langchain[patch]: fix required deps (#14373) 7 months ago
unit_tests langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162) 5 months ago
__init__.py Separate out langchain_core package (#13577) 8 months ago