mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
0f31cd8b49
`_get_kwarg_value` function is useless, one can rely on python builtin functionalities to do the exact same thing. - **Description:** Removed `_get_kwarg_value`. Helps with code readability. - **Issue:** the issue # it fixes (if applicable), - **Twitter handle:** @Guillem_96