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

Method run_async

tests/unittests/telemetry/test_spans.py:82–85  ·  view source on GitHub ↗
(
      self, *, args: dict[str, object], tool_context: ToolContext
  )

Source from the content-addressed store, hash-verified

80class SimpleTestTool(BaseTool):
81
82 async def run_async(
83 self, *, args: dict[str, object], tool_context: ToolContext
84 ) -> object:
85 return 'SimpleTestTool result'
86
87
88@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected