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

Method __init__

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

Source from the content-addressed store, hash-verified

59
60class WeatherToolset(Toolset):
61 def __init__(self):
62 super().__init__(id="weather", tools=[weather_tool, forecast_tool])
63
64
65class FinanceToolset(Toolset):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected