You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Removed `httpAgent` in favor of `fetchOptions`
86
86
@@ -144,16 +144,16 @@ If you were relying on anything that was only exported from `@anthropic-ai/sdk/c
144
144
145
145
#### Resource classes
146
146
147
-
Previously under certain circumstances it was possible to import resource classes like `Completions` directly from the root of the package. This was never valid at the type level and only worked in CommonJS files.
147
+
Previously under certain circumstances it was possible to import resource classes like `Beta` directly from the root of the package. This was never valid at the type level and only worked in CommonJS files.
148
148
Now you must always either reference them as static class properties or import them directly from the files in which they are defined.
0 commit comments