(&self)
| 135 | #[async_trait] |
| 136 | impl Model for MockTextGenerator { |
| 137 | fn output_modality(&self) -> OutputModality { |
| 138 | OutputModality::Text |
| 139 | } |
| 140 | fn add_message(&mut self, message: Message) -> Result<()> { |
| 141 | TextGenerator::add_message(self, message) |
| 142 | } |
no outgoing calls
no test coverage detected