1
2
3
4
5
use super::OpenRouterProvider;

impl OpenRouterProvider {
    // Parsing logic moved to common helpers
}