From c979242108fdc126753cba06fa0d97c60f41b674 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:19:02 +0000 Subject: [PATCH] chore: use fully qualified name in sorbet README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63cf0c1f..a2b1e0e8 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Due to limitations with the Sorbet type system, where a method otherwise can tak Please follow Sorbet's [setup guides](https://sorbet.org/docs/adopting) for best experience. ```ruby -model = CompletionCreateParams.new( +model = OpenAI::Models::Chat::CompletionCreateParams.new( messages: [{ role: "user", content: "Say this is a test"