From dd0f19e790b2db1bd40e58e764d48dc7cce0860b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:11:53 +0000 Subject: [PATCH] chore(docs): update client docstring --- src/mixedbread/_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixedbread/_client.py b/src/mixedbread/_client.py index 9b142105..60a8893e 100644 --- a/src/mixedbread/_client.py +++ b/src/mixedbread/_client.py @@ -325,7 +325,7 @@ def __init__( # part of our public interface in the future. _strict_response_validation: bool = False, ) -> None: - """Construct a new async Mixedbread client instance. + """Construct a new async AsyncMixedbread client instance. This automatically infers the `api_key` argument from the `MXBAI_API_KEY` environment variable if it is not provided. """