tool_call# langchain_core.messages.tool.tool_call(*, name: str, args: dict[str, Any], id: str | None) → ToolCall[source]# Parameters: name (str) args (dict[str, Any]) id (str | None) Return type: ToolCall