mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-05 20:35:10 -05:00
fix openapi mismatch
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user