mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-18 16:16:33 +00:00
add methods to deserialize prompts that were old (#14857)
This commit is contained in:
@@ -19,7 +19,8 @@ def test_interfaces() -> None:
|
||||
|
||||
|
||||
def _get_get_session_history(
|
||||
*, store: Optional[Dict[str, Any]] = None
|
||||
*,
|
||||
store: Optional[Dict[str, Any]] = None,
|
||||
) -> Callable[..., ChatMessageHistory]:
|
||||
chat_history_store = store if store is not None else {}
|
||||
|
||||
|
Reference in New Issue
Block a user