Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Agenta-AI/agenta
/ model_dump
Method
model_dump
api/oss/src/core/shared/dtos.py:94–97 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
92
return
data
93
94
def
model_dump(self, *args, **kwargs) -> dict:
95
kwargs.setdefault(
"exclude_none"
, True)
96
97
return
self.encode(super().model_dump(*args, **kwargs))
98
99
100
class
Identifier(BaseModel):
Callers
15
generate
Function · 0.45
dict
Method · 0.45
to_json
Method · 0.45
__str__
Method · 0.45
to_openai_kwargs
Method · 0.45
_get_config
Method · 0.45
_get_secrets
Method · 0.45
commit
Method · 0.45
acommit
Method · 0.45
parse_inline_trace
Function · 0.45
_make_serializable
Function · 0.45
generate
Function · 0.45
Calls
1
encode
Method · 0.95
Tested by
15
test_create_variant_successfully
Method · 0.36
test_commit_variant_successfully
Method · 0.36
test_create_app_successfully
Method · 0.36
test_update_app_successfully
Method · 0.36
test_deploy_success_with_variant_ref_slug
Method · 0.36
test_variant_create
Function · 0.36
test_variant_acreate
Function · 0.36
test_variant_commit
Function · 0.36
test_variant_acommit
Function · 0.36
test_variant_list
Function · 0.36
test_variant_alist
Function · 0.36
test_variant_history
Function · 0.36