From 1f797548666b37b560b5bab526bfcdba4c638e6b Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 6 Feb 2026 17:15:52 +0530 Subject: [PATCH] use hyphens everywhere --- docs/en/samples/pre_post_processing/python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/samples/pre_post_processing/python.md b/docs/en/samples/pre_post_processing/python.md index 4a8b90fe93..cab3ef6ccd 100644 --- a/docs/en/samples/pre_post_processing/python.md +++ b/docs/en/samples/pre_post_processing/python.md @@ -3,7 +3,7 @@ title: "Python" type: docs weight: 1 description: > - How to add pre and post processing to your Python toolbox applications. + How to add pre- and post- processing to your Python toolbox applications. --- ## Prerequisites @@ -19,7 +19,7 @@ This guide demonstrates how to implement these patterns in your Toolbox applicat Coming soon. {{% /tab %}} {{% tab header="Langchain" text=true %}} -The following example demonstrates how to use `ToolboxClient` with LangChain's middleware to implement pre and post processing for tool calls. +The following example demonstrates how to use `ToolboxClient` with LangChain's middleware to implement pre- and post- processing for tool calls. ```py {{< include "python/langchain/agent.py" >}}