Update index.mdx

This commit is contained in:
Taylor Wilsdon 2025-02-11 16:50:45 -05:00 committed by GitHub
parent 06a73acf6f
commit 994a80d472
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>