(&self)
| 324 | } |
| 325 | |
| 326 | fn supports_function_calling(&self) -> bool { |
| 327 | self.model_supports_function_calling() |
| 328 | } |
| 329 | |
| 330 | fn max_context_length(&self) -> Option<u32> { |
| 331 | // Different models have different context lengths |
nothing calls this directly
no test coverage detected