MCPcopy Create free account
hub / github.com/livekit/agents / __init__

Method __init__

tests/test_tool_proxy.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64
65class FinanceToolset(Toolset):
66 def __init__(self):
67 super().__init__(id="finance", tools=[stock_tool])
68
69
70def _mock_ctx() -> MagicMock:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected