mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat(chat): add citations package surface
This commit is contained in:
parent
61b8af0af4
commit
85b999a52d
1 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
"""Citation registry: maps model-facing ``[n]`` labels to real sources.
|
||||
|
||||
Server-side only; the model sees only the bare ``[n]``.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .models import CitationEntry, CitationSourceType
|
||||
from .registry import CitationRegistry, make_key
|
||||
|
||||
__all__ = [
|
||||
"CitationEntry",
|
||||
"CitationRegistry",
|
||||
"CitationSourceType",
|
||||
"make_key",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue