Update docs/en/samples/pre_post_processing/_index.md

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
This commit is contained in:
Twisha Bansal
2026-02-06 16:38:23 +05:30
committed by GitHub
parent 2564058fd9
commit 0fcf690d42

View File

@@ -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.