MCPcopy 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
72class ModelContent(types.Content):
73
74 def __init__(self, parts: list[types.Part]):
75 super().__init__(role='model', parts=parts)
76
77
78async def create_invocation_context(

Callers 1

createMethod · 0.70

Calls

no outgoing calls

Tested by 1

createMethod · 0.56