MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / model_dump

Method model_dump

evaluation/types.py:21–24  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

19 test_pull_name: str | None = None
20
21 def model_dump(self, *args, **kwargs):
22 dumped_dict = super().model_dump(*args, **kwargs)
23 # avoid leaking sensitive information
24 return dumped_dict
25
26 def model_dump_json(self, *args, **kwargs):
27 dumped = super().model_dump_json(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

model_dumpMethod · 0.45

Tested by

no test coverage detected