mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
Add data source ids to copilot request
This commit is contained in:
parent
9c712250fb
commit
462a2fb651
5 changed files with 70 additions and 13 deletions
|
|
@ -16,6 +16,7 @@ class AssistantMessage(BaseModel):
|
|||
content: str
|
||||
|
||||
class DataSource(BaseModel):
|
||||
_id: str
|
||||
name: str
|
||||
description: Optional[str] = None
|
||||
active: bool = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue