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

Method run

tests/unittests/workflow/testing_utils.py:311–318  ·  view source on GitHub ↗
(self, new_message: types.ContentUnion)

Source from the content-addressed store, hash-verified

309 )
310
311 def run(self, new_message: types.ContentUnion) -> list[Event]:
312 return list(
313 self.runner.run(
314 user_id=self.session.user_id,
315 session_id=self.session.id,
316 new_message=get_user_content(new_message),
317 )
318 )
319
320 @property
321 def is_resumable(self) -> bool:

Calls 1

get_user_contentFunction · 0.70

Tested by

no test coverage detected