mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +00:00
core[patch]: set schema format for AsyncRootListenersTracer (#23214)
- **Description:** AsyncRootListenersTracer support on_chat_model_start, it's schema_format should be "original+chat". - **Issue:** N/A - **Dependencies:**
This commit is contained in:
@@ -71,7 +71,7 @@ class AsyncRootListenersTracer(AsyncBaseTracer):
|
||||
on_end: Optional[AsyncListener],
|
||||
on_error: Optional[AsyncListener],
|
||||
) -> None:
|
||||
super().__init__()
|
||||
super().__init__(_schema_format="original+chat")
|
||||
|
||||
self.config = config
|
||||
self._arg_on_start = on_start
|
||||
|
Reference in New Issue
Block a user