(&self)
| 3647 | } |
| 3648 | |
| 3649 | fn all_tools_trusted(&self) -> bool { |
| 3650 | self.conversation.agents.trust_all_tools |
| 3651 | } |
| 3652 | |
| 3653 | /// Display character limit warnings based on current conversation size |
| 3654 | async fn display_char_warnings(&mut self, os: &Os) -> Result<(), ChatError> { |
no outgoing calls
no test coverage detected