(&self)
| 3643 | } |
| 3644 | |
| 3645 | fn terminal_width(&self) -> usize { |
| 3646 | (self.terminal_width_provider)().unwrap_or(80) |
| 3647 | } |
| 3648 | |
| 3649 | fn all_tools_trusted(&self) -> bool { |
| 3650 | self.conversation.agents.trust_all_tools |
no outgoing calls
no test coverage detected