diff --git a/docs/en/samples/pre_post_processing/_index.md b/docs/en/samples/pre_post_processing/_index.md index 347f8a142b..b7703cb5ce 100644 --- a/docs/en/samples/pre_post_processing/_index.md +++ b/docs/en/samples/pre_post_processing/_index.md @@ -3,7 +3,7 @@ title: "Pre- and Post- Processing" type: docs weight: 1 description: > - Pre- and post- processing in GenAI applications. + Intercept and modify interactions between the agent and its tools either before a tool is executed or after a response has been generated --- Pre- and post- processing allow developers to intercept and modify interactions between the agent and its tools or the user.