fix: Model swagger
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled

This commit is contained in:
zhangzhanwei 2025-07-25 18:31:14 +08:00 committed by zhanweizhang7
parent bf7d5c2e61
commit ca070d7466
2 changed files with 6 additions and 0 deletions

View File

@ -334,3 +334,6 @@ def parse_image(content: str):
def generate_uuid(tag: str):
return str(uuid.uuid5(uuid.NAMESPACE_DNS, tag))
def filter_workspace(query_list):
return [q for q in query_list if q.name!="workspace_id"]

View File

@ -108,6 +108,9 @@ class GetModelApi(APIMixin):
required=True,
)
]
@staticmethod
def get_request():
return []
@staticmethod
def get_response():