Skip to content

Commit 4773f31

Browse files
chore: use fully qualified name in sorbet README example (#75)
1 parent f6dfe6f commit 4773f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Due to limitations with the Sorbet type system, where a method otherwise can tak
171171
Please follow Sorbet's [setup guides](https://sorbet.org/docs/adopting) for best experience.
172172

173173
```ruby
174-
model = CompletionCreateParams.new(
174+
model = OpenAI::Models::Chat::CompletionCreateParams.new(
175175
messages: [{
176176
role: "user",
177177
content: "Say this is a test"

0 commit comments

Comments
 (0)