mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(backend): include subgraphs in cached graph retrieval
The cached graph function was missing include_subgraphs=True parameter which is needed to construct full credentials input schema. This was causing test_access_store_listing_graph to fail.
This commit is contained in:
@@ -54,6 +54,7 @@ async def get_cached_graph(
|
||||
graph_id=graph_id,
|
||||
version=version,
|
||||
user_id=user_id,
|
||||
include_subgraphs=True, # needed to construct full credentials input schema
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user