mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fixed merged error
This commit is contained in:
@@ -812,7 +812,7 @@ async def get_agent(
|
||||
agent = store_listing_version.Agent
|
||||
|
||||
graph = await backend.data.graph.get_graph(
|
||||
agent.id, agent.version, template=True
|
||||
agent.id, agent.version
|
||||
)
|
||||
|
||||
if not graph:
|
||||
|
||||
Reference in New Issue
Block a user