From 1be333221cc87985dbd7fd8268dd2d2a202345cc Mon Sep 17 00:00:00 2001
From: thiswillbeyourgithub
 <26625900+thiswillbeyourgithub@users.noreply.github.com>
Date: Sun, 9 Mar 2025 07:10:44 +0100
Subject: [PATCH] fix: double quote

it is making the example syntactically wrong.

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
---
 docs/features/plugin/tools/index.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx
index 3b63016..4087bf8 100644
--- a/docs/features/plugin/tools/index.mdx
+++ b/docs/features/plugin/tools/index.mdx
@@ -304,7 +304,7 @@ async def test_function(
                             "source": title,
                         }
                     ],
-                    "source": {"name": "Title of the content"", "url": "http://link-to-citation"},
+                    "source": {"name": "Title of the content", "url": "http://link-to-citation"},
                 },
             }
         )