List tools from the HTTP client.
(self, params)
| 30 | self.cluster_id = cluster_id |
| 31 | |
| 32 | def list_tools(self, params): |
| 33 | """List tools from the HTTP client.""" |
| 34 | return self.__http_client.list_tools(params) |
| 35 | |
| 36 | def create_and_poll_job(self, cluster_id: str, tool_name: str, input_data: dict): |
| 37 | """Create and poll a job using the HTTP client.""" |