diff --git a/autogpt_platform/backend/backend/data/graph.py b/autogpt_platform/backend/backend/data/graph.py index 19fca87653..23475d7f05 100644 --- a/autogpt_platform/backend/backend/data/graph.py +++ b/autogpt_platform/backend/backend/data/graph.py @@ -868,7 +868,7 @@ class GraphModel(Graph): class GraphMeta(BaseModel): """ - Graph metadata without nodes/links — used for list endpoints. + Graph metadata without nodes/links, used for list endpoints. This is a flat, lightweight model (not inheriting from Graph) to avoid recomputing expensive computed fields. Values are copied from GraphModel. diff --git a/autogpt_platform/frontend/src/app/api/openapi.json b/autogpt_platform/frontend/src/app/api/openapi.json index 13c3de6a7e..00980da6b0 100644 --- a/autogpt_platform/frontend/src/app/api/openapi.json +++ b/autogpt_platform/frontend/src/app/api/openapi.json @@ -7854,7 +7854,7 @@ "trigger_setup_info" ], "title": "GraphMeta", - "description": "Graph metadata without nodes/links \u2014 used for list endpoints.\n\nThis is a flat, lightweight model (not inheriting from Graph) to avoid recomputing\nexpensive computed fields. Values are copied from GraphModel." + "description": "Graph metadata without nodes/links, used for list endpoints.\n\nThis is a flat, lightweight model (not inheriting from Graph) to avoid recomputing\nexpensive computed fields. Values are copied from GraphModel." }, "GraphModel": { "properties": {