From 48722778eadc8e671041a1edc75b40e0ba24cae8 Mon Sep 17 00:00:00 2001 From: Mishig Date: Thu, 11 May 2023 14:50:04 +0200 Subject: [PATCH] Update custom_tools.mdx: fix link (#23292) Wrong parantheses --- docs/source/en/custom_tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/custom_tools.mdx b/docs/source/en/custom_tools.mdx index b0895f3bfc..3f53ad8737 100644 --- a/docs/source/en/custom_tools.mdx +++ b/docs/source/en/custom_tools.mdx @@ -503,7 +503,7 @@ print("\n".join([f"- {a}" for a in agent.toolbox.keys()])) Note how `image_upscaler` is now part of the agents' toolbox. -Let's now try out the new tools! We will re-use the image we generated in (Transformers Agents Quickstart)[./transformers_agents#single-execution-run]. +Let's now try out the new tools! We will re-use the image we generated in [Transformers Agents Quickstart](./transformers_agents#single-execution-run). ```py from diffusers.utils import load_image