From fad11de9ffc0ed5909208d6e01adcbef8f4c08ff Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Fri, 6 Feb 2026 16:52:39 +0530 Subject: [PATCH] use hugo notice --- docs/en/samples/pre_post_processing/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/samples/pre_post_processing/_index.md b/docs/en/samples/pre_post_processing/_index.md index 37ade7d637..347f8a142b 100644 --- a/docs/en/samples/pre_post_processing/_index.md +++ b/docs/en/samples/pre_post_processing/_index.md @@ -8,7 +8,11 @@ description: > 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. +{{< notice 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. + +{{< /notice >}} ## Types of Processing