Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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):
Callers
15
test_get_entity_schema_and_operations_success
Method · 0.45
test_get_action_schema_success
Method · 0.45
test_trace_agent_invocation
Function · 0.45
test_trace_call_llm
Function · 0.45
test_trace_call_llm_with_no_usage_metadata
Function · 0.45
test_trace_call_llm_with_binary_content
Function · 0.45
test_trace_tool_call_with_scalar_response
Function · 0.45
test_trace_tool_call_with_dict_response
Function · 0.45
test_trace_merged_tool_calls_sets_correct_attributes
Function · 0.45
test_trace_tool_call_with_tool_execution_error
Function · 0.45
test_trace_tool_call_with_timeout_error
Function · 0.45
test_trace_tool_call_with_standard_error
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected