We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734833c commit d3c5587Copy full SHA for d3c5587
lib/openai/helpers/structured_output/union_of.rb
@@ -44,7 +44,7 @@ def self.[](...) = new(...)
44
# @param variants [Array<generic<Member>>]
45
def initialize(*variants)
46
case variants
47
- in [Symbol => d, Hash => vs ]
+ in [Symbol => d, Hash => vs]
48
discriminator(d)
49
vs.each { variant(_1, _2) }
50
else
0 commit comments