Ask a question to get started
Enter to send•Shift+Enter new line
register_tool( self, tool: BaseTool | Callable[..., Any], ) -> None
tool
BaseTool | Callable[..., Any]
Tool instance or plain callable.
Expose an LLM-callable tool.
Plain callables are converted using LangChain's tool schema inference.