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

Function transfer_call_part

tests/unittests/workflow/test_agent_transfer.py:35–38  ·  view source on GitHub ↗
(agent_name: str)

Source from the content-addressed store, hash-verified

33
34
35def transfer_call_part(agent_name: str) -> Part:
36 return Part.from_function_call(
37 name='transfer_to_agent', args={'agent_name': agent_name}
38 )
39
40
41TRANSFER_RESPONSE_PART = Part.from_function_response(

Calls

no outgoing calls

Tested by

no test coverage detected