mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
feat: add text chat UI
This commit is contained in:
parent
e313f2d235
commit
f121147a42
14 changed files with 1465 additions and 294 deletions
|
|
@ -541,9 +541,7 @@ class WorkflowRunTextSessionModel(Base):
|
|||
onupdate=lambda: datetime.now(UTC),
|
||||
)
|
||||
|
||||
__table_args__ = (
|
||||
Index("ix_workflow_run_text_sessions_updated_at", "updated_at"),
|
||||
)
|
||||
__table_args__ = (Index("ix_workflow_run_text_sessions_updated_at", "updated_at"),)
|
||||
|
||||
|
||||
class OrganizationUsageCycleModel(Base):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue