Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/google/adk-python
/ ModelContent
Class
ModelContent
tests/unittests/workflow/testing_utils.py:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
71
72
class
ModelContent(types.Content):
73
74
def
__init__(self, parts: list[types.Part]):
75
super().__init__(role=
'model'
, parts=parts)
76
77
78
async
def
create_invocation_context(
Callers
1
create
Method · 0.70
Calls
no outgoing calls
Tested by
1
create
Method · 0.56