mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
[dev] add noinspection
This commit is contained in:
parent
900ba7b9eb
commit
7c30c104fd
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ class ModelResponse(BaseModel):
|
|||
|
||||
def __str__(self, max_size=100, **kwargs):
|
||||
result = {}
|
||||
# noinspection PyBroadException
|
||||
try:
|
||||
all_dict = self.model_dump()
|
||||
except Exception:
|
||||
Loading…
Add table
Reference in a new issue