File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def __init__(
7676 # part of our public interface in the future.
7777 _strict_response_validation : bool = False ,
7878 ) -> None :
79- """Construct a new synchronous brainbase client instance.
79+ """Construct a new synchronous Brainbase client instance.
8080
8181 This automatically infers the `api_key` argument from the `API_KEY` environment variable if it is not provided.
8282 """
@@ -244,7 +244,7 @@ def __init__(
244244 # part of our public interface in the future.
245245 _strict_response_validation : bool = False ,
246246 ) -> None :
247- """Construct a new async brainbase client instance.
247+ """Construct a new async AsyncBrainbase client instance.
248248
249249 This automatically infers the `api_key` argument from the `API_KEY` environment variable if it is not provided.
250250 """
You can’t perform that action at this time.
0 commit comments