MCPcopy Index your code
hub / github.com/google/adk-python / get_user_content

Function get_user_content

tests/unittests/testing_utils.py:182–183  ·  view source on GitHub ↗
(message: types.ContentUnion)

Source from the content-addressed store, hash-verified

180
181
182def get_user_content(message: types.ContentUnion) -> types.Content:
183 return message if isinstance(message, types.Content) else UserContent(message)
184
185
186class TestInMemoryRunner(AfInMemoryRunner):

Callers 3

runMethod · 0.70
run_asyncMethod · 0.70

Calls 1

UserContentClass · 0.70

Tested by

no test coverage detected