MCPcopy Create free account
hub / github.com/google/adk-python / call

Method call

tests/unittests/flows/llm_flows/test_base_llm_flow.py:117–118  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

115 self.process_llm_request_called = True
116
117 async def call(self, **kwargs):
118 return 'mock result'
119
120 # Create a mock toolset
121 class _MockToolset(BaseToolset):

Calls

no outgoing calls

Tested by

no test coverage detected