package providers type OpenRouterProvider struct { } func (p OpenRouterProvider) Chat(content string) string { return "todo" }