MCPcopy
hub / github.com/huggingface/smolagents / send_tools

Method send_tools

src/smolagents/local_python_executor.py:1679–1679  ·  view source on GitHub ↗
(self, tools: dict[str, Tool])

Source from the content-addressed store, hash-verified

1677class PythonExecutor(ABC):
1678 @abstractmethod
1679 def send_tools(self, tools: dict[str, Tool]) -> None: ...
1680
1681 @abstractmethod
1682 def send_variables(self, variables: dict[str, Any]) -> None: ...

Calls

no outgoing calls