Check if the tool execution was successful
(&self)
| 92 | |
| 93 | /// Check if the tool execution was successful |
| 94 | pub fn is_success(&self) -> bool { |
| 95 | self.success |
| 96 | } |
| 97 | |
| 98 | /// Check if the tool execution failed |
| 99 | pub fn is_failure(&self) -> bool { |
no outgoing calls