chore: remove duplicate AnthropicProviderDataValidator

This commit is contained in:
Matthew Farrellee 2025-09-20 18:04:51 -04:00
parent f44eb935c4
commit f48e129880

View file

@ -4,15 +4,9 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from pydantic import BaseModel
from .config import AnthropicConfig
class AnthropicProviderDataValidator(BaseModel):
anthropic_api_key: str | None = None
async def get_adapter_impl(config: AnthropicConfig, _deps):
from .anthropic import AnthropicInferenceAdapter