mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-26 23:51:14 +02:00
feat: add RUN citation source type
This commit is contained in:
parent
08d431454f
commit
609adea006
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class CitationSourceType(StrEnum):
|
|||
WEB_RESULT = "web_result"
|
||||
CHAT_TURN = "chat_turn"
|
||||
ANON_CHUNK = "anon_chunk"
|
||||
RUN = "run"
|
||||
|
||||
|
||||
class CitationEntry(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue