From 994a80d472c946f9e8e5c7b920f7a127cc73d6cf Mon Sep 17 00:00:00 2001 From: Taylor Wilsdon Date: Tue, 11 Feb 2025 16:50:45 -0500 Subject: [PATCH] Update index.mdx --- 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 0607408..3b63016 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -269,7 +269,7 @@ def __init__(self): self.citation = False ``` -Leaving `self.citation = True` will replace any custom citations you send with automatically generated ones. By disabling it, you can fully manage your own citation references. +Warning: if you set `self.citation = True`, this will replace any custom citations you send with the automatically generated return citation. By disabling it, you can fully manage your own citation references.
Example