Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
perf(api): remove dsl field from canvas list to reduce payload size
The dsl field in the agent list is typically large and causes unnecessary
network overhead. DSL is now only fetched in the detail view.
  • Loading branch information
eviaaaaa committed Feb 2, 2026
commit ffa09cf3e3a3a84c52b9b82b5174a66e7b0f2c4b
1 change: 0 additions & 1 deletion api/db/services/canvas_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def get_by_tenant_ids(cls, joined_tenant_ids, user_id,
cls.model.id,
cls.model.avatar,
cls.model.title,
cls.model.dsl,
cls.model.description,
cls.model.permission,
cls.model.user_id.alias("tenant_id"),
Expand Down