MCPcopy Index your code
hub / github.com/microsoft/autogen / run

Method run

python/packages/autogen-core/tests/test_tools.py:52–54  ·  view source on GitHub ↗
(self, args: MyNestedArgs, cancellation_token: CancellationToken)

Source from the content-addressed store, hash-verified

50 self.called_count = 0
51
52 async def run(self, args: MyNestedArgs, cancellation_token: CancellationToken) -> MyResult:
53 self.called_count += 1
54 return MyResult(result="value")
55
56
57def test_tool_schema_generation() -> None:

Callers

nothing calls this directly

Calls 1

MyResultClass · 0.70

Tested by

no test coverage detected