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
messages: [OpenAI::Models::Chat::ChatCompletionUserMessageParam.new(role:"user", content:"Say this is a test")],
192
+
messages: [OpenAI::Chat::ChatCompletionUserMessageParam.new(role:"user", content:"Say this is a test")],
193
193
model::"gpt-4.1"
194
194
)
195
195
@@ -245,9 +245,9 @@ Sorbet's typed enums require sub-classing of the [`T::Enum` class](https://sorbe
245
245
Since this library does not depend on `sorbet-runtime`, it uses a [`T.all` intersection type](https://sorbet.org/docs/intersection-types) with a ruby primitive type to construct a "tagged alias" instead.
246
246
247
247
```ruby
248
-
moduleOpenAI::Models::ChatModel
248
+
moduleOpenAI::ChatModel
249
249
# This alias aids language service driven navigation.
0 commit comments