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.