mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
references: package surface
This commit is contained in:
parent
05b58b80ed
commit
ce67c282b9
1 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
"""Resolved ``@``-references and their pointer block.
|
||||
|
||||
References are scope, not content: they tell the model what the user pointed
|
||||
at this turn so it can retrieve from those sources with tools.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .models import ReferenceKind, ResolvedReference
|
||||
from .reference_pointers import render_reference_pointers
|
||||
|
||||
__all__ = [
|
||||
"ReferenceKind",
|
||||
"ResolvedReference",
|
||||
"render_reference_pointers",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue