langchain/tests/unit_tests/callbacks
Zander Chase a30f42da4e
Update V2 Tracer (#4193)
- Update the RunCreate object to work with recent changes
- Add optional Example ID to the tracer
- Adjust default persist_session behavior to attempt to load the session
if it exists
- Raise more useful HTTP errors for logging
- Add unit testing
- Fix the default ID to be a UUID for v2 tracer sessions


Broken out from the big draft here:
https://github.com/hwchase17/langchain/pull/4061
2023-05-05 14:55:01 -07:00
..
tracers Update V2 Tracer (#4193) 2023-05-05 14:55:01 -07:00
__init__.py Add BaseCallbackHandler and CallbackManager (#478) 2023-01-04 07:54:25 -08:00
fake_callback_handler.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_callback_manager.py Callbacks Refactor [base] (#3256) 2023-04-30 11:14:09 -07:00
test_openai_info.py Better custom model handling OpenAICallbackHandler (#4009) 2023-05-02 16:19:57 -07:00