why there is no RetryConfig for anthropic client similar to the one in openai client ?
Anthropic:
explicit AnthropicClient(
const std::string& api_key,
const std::string& base_url = "https://api.anthropic.com");
OpenAI:
explicit OpenAIClient(const std::string& api_key,
const std::string& base_url,
const retry::RetryConfig& retry_config);
why there is no RetryConfig for anthropic client similar to the one in openai client ?
Anthropic:
OpenAI: