We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d78559 commit d12723eCopy full SHA for d12723e
1 file changed
src/uipath_langchain/middlewares.py
@@ -3,7 +3,7 @@
3
from ._cli.cli_init import langgraph_init_middleware
4
from ._cli.cli_run import langgraph_run_middleware
5
6
-
+# test pr
7
def register_middleware():
8
"""This function will be called by the entry point system when uipath_langchain is installed"""
9
Middlewares.register("init", langgraph_init_middleware)
0 commit comments