mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
add mentioned_surfsense_doc_ids to NewChatRequest schema
This commit is contained in:
parent
ce62bef322
commit
7e3e784b45
1 changed files with 3 additions and 0 deletions
|
|
@ -163,3 +163,6 @@ class NewChatRequest(BaseModel):
|
|||
mentioned_document_ids: list[int] | None = (
|
||||
None # Optional document IDs mentioned with @ in the chat
|
||||
)
|
||||
mentioned_surfsense_doc_ids: list[int] | None = (
|
||||
None # Optional SurfSense documentation IDs mentioned with @ in the chat
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue