ClaudeProvider constructor
Implementation
ClaudeProvider({
required this.config,
this.apiVersion = '2023-06-01',
http.Client? httpClient,
}) : _httpClient = httpClient ?? http.Client(),
_baseUrl = config.baseUrl ?? 'https://api.anthropic.com/v1';