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

Method callback

tests/unittests/tools/mcp_tool/test_mcp_tool.py:1061–1064  ·  view source on GitHub ↗
(
          progress: float, total: float | None, message: str | None
      )

Source from the content-addressed store, hash-verified

1059 factory_calls.append((tool_name, callback_context))
1060
1061 async def callback(
1062 progress: float, total: float | None, message: str | None
1063 ) -> None:
1064 pass
1065
1066 return callback
1067

Callers 3

onDataMethod · 0.45
chunk-3YZ77ADE.jsFile · 0.45
chunk-HD4LLD2O.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected