Get status data
(&self)
| 403 | |
| 404 | /// Get status data |
| 405 | pub async fn get_status_data(&self) -> Result<semantic_search_client::SystemStatus, String> { |
| 406 | self.agent_client.get_status_data().await.map_err(|e| e.to_string()) |
| 407 | } |
| 408 | |
| 409 | /// Cancel active operation. |
| 410 | /// last operation if no operation id is provided. |
no test coverage detected