Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/livekit/agents
/ FinanceToolset
Class
FinanceToolset
tests/test_tool_proxy.py:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
65
class
FinanceToolset(Toolset):
66
def
__init__(self):
67
super().__init__(id=
"finance"
, tools=[stock_tool])
68
69
70
def
_mock_ctx() -> MagicMock:
Callers
5
test_tools_always_two
Method · 0.70
test_tools_constant_after_search
Method · 0.70
test_search_returns_full_schemas
Method · 0.70
test_call_tool_function_tool
Method · 0.70
test_tool_context_sees_only_proxy_tools
Method · 0.70
Calls
no outgoing calls
Tested by
5
test_tools_always_two
Method · 0.56
test_tools_constant_after_search
Method · 0.56
test_search_returns_full_schemas
Method · 0.56
test_call_tool_function_tool
Method · 0.56
test_tool_context_sees_only_proxy_tools
Method · 0.56