mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Merge branch 'master' of github.com:Significant-Gravitas/AutoGPT into dev
This commit is contained in:
@@ -815,9 +815,9 @@ async def list_graphs_paginated(
|
||||
where=where_clause,
|
||||
distinct=["id"],
|
||||
order={"version": "desc"},
|
||||
include=AGENT_GRAPH_INCLUDE,
|
||||
skip=offset,
|
||||
take=page_size,
|
||||
# Don't include nodes for list endpoint - GraphMeta excludes them anyway
|
||||
)
|
||||
|
||||
graph_models: list[GraphMeta] = []
|
||||
|
||||
Reference in New Issue
Block a user