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

Method tool

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

Source from the content-addressed store, hash-verified

412
413 @t.overload
414 def tool(self, fn: t.Callable[..., t.Any], /) -> CustomTool: ...
415
416 @t.overload
417 def tool(

Callers

nothing calls this directly

Calls 4

_get_caller_localsFunction · 0.85
_validate_slug_lengthFunction · 0.85
appendMethod · 0.65

Tested by

no test coverage detected