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
You must mark optional properties with `.nullable()` as purely optional fields are not supported by the [API](https://platform.openai.com/docs/guides/structured-outputs?api-mode=responses#all-fields-must-be-required).
@@ -377,18 +377,44 @@ export type FineTuningJobsPage = CursorPage<FineTuningJob>;
377
377
378
378
If you were importing these classes at runtime, you'll need to switch to importing the base class or only import them at the type-level.
379
379
380
+
### Beta chat namespace removed
381
+
382
+
The `beta.chat` namespace has been removed. All chat completion methods that were previously in beta have been moved to the main `chat.completions` namespace:
0 commit comments