(&mut self)
| 196 | } |
| 197 | |
| 198 | async fn goodbye(&mut self) -> Result<()> { |
| 199 | Ok(()) |
| 200 | } |
| 201 | |
| 202 | async fn next_token(&mut self, _index: usize) -> Result<Token> { |
| 203 | bail!("text generation not supported") |
nothing calls this directly
no outgoing calls
no test coverage detected