From 4d0a2ce038658d2162b46425a1bcd7f129c0a537 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Mon, 9 Feb 2026 10:25:10 +0530 Subject: [PATCH] Update docs/en/samples/pre_post_processing/python.md Co-authored-by: Averi Kitsch --- docs/en/samples/pre_post_processing/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/samples/pre_post_processing/python.md b/docs/en/samples/pre_post_processing/python.md index 5e0eeac607..0893050a07 100644 --- a/docs/en/samples/pre_post_processing/python.md +++ b/docs/en/samples/pre_post_processing/python.md @@ -8,7 +8,7 @@ description: > ## Prerequisites -This tutorial assumes that you have set up a basic toolbox application as described in the [local quickstart](../../getting-started/local_quickstart). +This tutorial assumes that you have set up Toolbox with a basic agent as described in the [local quickstart](../../getting-started/local_quickstart). This guide demonstrates how to implement these patterns in your Toolbox applications.