File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def __init__(
8585 # part of our public interface in the future.
8686 _strict_response_validation : bool = False ,
8787 ) -> None :
88- """Construct a new synchronous Contextual AI client instance.
88+ """Construct a new synchronous ContextualAI client instance.
8989
9090 This automatically infers the `api_key` argument from the `CONTEXTUAL_API_KEY` environment variable if it is not provided.
9191 """
@@ -276,7 +276,7 @@ def __init__(
276276 # part of our public interface in the future.
277277 _strict_response_validation : bool = False ,
278278 ) -> None :
279- """Construct a new async Contextual AI client instance.
279+ """Construct a new async AsyncContextualAI client instance.
280280
281281 This automatically infers the `api_key` argument from the `CONTEXTUAL_API_KEY` environment variable if it is not provided.
282282 """
You can’t perform that action at this time.
0 commit comments