feat(core): Add to Centurion Model an attribute to set the models tag

ref: #773 #767 #576
This commit is contained in:
2025-05-27 10:16:05 +09:30
parent 8e81bc06db
commit 17f4295763
7 changed files with 112 additions and 2 deletions

View File

@ -37,6 +37,10 @@ class GitGroupModelTestCases(
'type': type(None),
'value': None,
},
'model_tag': {
'type': str,
'value': 'git_group'
},
}