Update index.mdx

This commit is contained in:
Taylor Wilsdon 2025-02-11 16:50:45 -05:00 committed by GitHub
parent 89a171b8e8
commit 253373888c

View File

@ -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.
<details>
<summary>Example</summary>