| 29 | |
| 30 | #[derive(Serialize)] |
| 31 | struct Choice { |
| 32 | pub index: usize, |
| 33 | pub message: Message, |
| 34 | pub finish_reason: String, |
| 35 | } |
| 36 | |
| 37 | #[derive(Serialize)] |
| 38 | struct ChatResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected