From 69582f1e20189c39e6cd392735aaaa77dbc2fa17 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:12:43 +0530 Subject: [PATCH] test trigger run --- docs/en/samples/pre_post_processing/python/langchain/agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/samples/pre_post_processing/python/langchain/agent.py b/docs/en/samples/pre_post_processing/python/langchain/agent.py index 5e174943a7..db1f0e0ad3 100644 --- a/docs/en/samples/pre_post_processing/python/langchain/agent.py +++ b/docs/en/samples/pre_post_processing/python/langchain/agent.py @@ -17,7 +17,6 @@ system_prompt = """ Don't ask for confirmations from the user. """ - # Pre processing @wrap_tool_call async def enforce_business_rules(request, handler):