mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
refactor(automation): rename trigger model config to params
This commit is contained in:
parent
fe32cd35ed
commit
c8a89ccac8
4 changed files with 4 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ class AutomationRun(BaseModel, TimestampMixin):
|
|||
trigger_payload = Column(JSONB, nullable=True)
|
||||
resolved_inputs = Column(JSONB, nullable=False, server_default="{}")
|
||||
# one entry per executed step; agent_task entries carry their own
|
||||
# `agent_session_id` (LangGraph thread reference) inside this JSONB
|
||||
# `agent_session_id` inside their entry
|
||||
step_results = Column(JSONB, nullable=False, server_default="[]")
|
||||
output = Column(JSONB, nullable=True)
|
||||
artifacts = Column(JSONB, nullable=False, server_default="[]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue