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

Function get_user_content

tests/unittests/workflow/testing_utils.py:209–210  ·  view source on GitHub ↗
(message: types.ContentUnion)

Source from the content-addressed store, hash-verified

207
208
209def get_user_content(message: types.ContentUnion) -> types.Content:
210 return message if isinstance(message, types.Content) else UserContent(message)
211
212
213class TestInMemoryRunner(AfInMemoryRunner):

Callers 3

runMethod · 0.70
run_asyncMethod · 0.70

Calls 1

UserContentClass · 0.70

Tested by

no test coverage detected