diff --git a/src/anthropic/lib/foundry.py b/src/anthropic/lib/foundry.py index fde5be54..65272eb0 100644 --- a/src/anthropic/lib/foundry.py +++ b/src/anthropic/lib/foundry.py @@ -363,7 +363,7 @@ def __init__( @cached_property @override def models(self) -> None: # type: ignore[override] - """Models endpoint is not supported for Azure Anthropic client.""" + """Models endpoint is not supported for Anthropic Foundry client.""" return None @cached_property