From 0fcf690d4203a918924b7be58ebf0fc3e895fc1a Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:38:23 +0530 Subject: [PATCH] Update docs/en/samples/pre_post_processing/_index.md Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> --- docs/en/samples/pre_post_processing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/samples/pre_post_processing/_index.md b/docs/en/samples/pre_post_processing/_index.md index 57666808a2..fae4106d08 100644 --- a/docs/en/samples/pre_post_processing/_index.md +++ b/docs/en/samples/pre_post_processing/_index.md @@ -6,7 +6,7 @@ description: > Pre- and post- processing in GenAI applications. --- -Pre and post processing allow developers to intercept and modify interactions between the agent and its tools or the user. +Pre- and post- processing allow developers to intercept and modify interactions between the agent and its tools or the user. > **Note**: These capabilities are typically features of **orchestration frameworks** (like LangChain, LangGraph, or Agent Builder) rather than the Toolbox SDK itself. However, Toolbox tools are designed to fully leverage these framework capabilities to support robust, secure, and compliant agent architectures.