MCPcopy
hub / github.com/ComposioHQ/composio / tool

Method tool

python/composio/core/models/experimental.py:112–112  ·  view source on GitHub ↗
(self, fn: t.Callable[..., t.Any], /)

Source from the content-addressed store, hash-verified

110
111 @t.overload
112 def tool(self, fn: t.Callable[..., t.Any], /) -> CustomTool: ...
113
114 @t.overload
115 def tool(

Callers

nothing calls this directly

Calls 2

_get_caller_localsFunction · 0.85

Tested by

no test coverage detected