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

Method run

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

Source from the content-addressed store, hash-verified

281 )
282
283 def run(self, new_message: types.ContentUnion) -> list[Event]:
284 return list(
285 self.runner.run(
286 user_id=self.session.user_id,
287 session_id=self.session.id,
288 new_message=get_user_content(new_message),
289 )
290 )
291
292 async def run_async(
293 self,

Calls 1

get_user_contentFunction · 0.70

Tested by

no test coverage detected