From 51a693e7523b7c14c4282b58a66b3f4125f19461 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 12 Sep 2024 10:39:03 -0400 Subject: [PATCH] x --- libs/core/langchain_core/_api/internal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/core/langchain_core/_api/internal.py b/libs/core/langchain_core/_api/internal.py index 2ebf0cc060f..29ae788a80b 100644 --- a/libs/core/langchain_core/_api/internal.py +++ b/libs/core/langchain_core/_api/internal.py @@ -30,3 +30,5 @@ def is_caller_internal(depth: int = 2) -> bool: return True finally: del frame + + return False