mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-20 09:57:32 +00:00
Change all usages of __fields__ with get_fields adapter merged into langchain_core. Code mod generated using the following grit pattern: ``` engine marzano(0.1) language python `$X.__fields__` => `get_fields($X)` where { add_import(source="langchain_core.utils.pydantic", name="get_fields") } ``` |
||
---|---|---|
.. | ||
tracers | ||
__init__.py | ||
fake_callback_handler.py | ||
test_callback_manager.py | ||
test_imports.py | ||
test_openai_info.py | ||
test_streamlit_callback.py | ||
test_upstash_ratelimit_callback.py |