mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
feat: mock main entries
This commit is contained in:
parent
831ddb1736
commit
af501f7f7a
2 changed files with 14 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ class RebuildClassView(Action):
|
|||
if content:
|
||||
logger.debug(content)
|
||||
await writer.write(content)
|
||||
relationship_distinct += distinct
|
||||
relationship_distinct.update(distinct)
|
||||
logger.info(f"classes: {len(class_distinct)}, relationship: {len(relationship_distinct)}")
|
||||
|
||||
async def _create_mermaid_class(self, ns_class_name) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue