File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/openai/helpers/structured_output Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ target(:lib) do
7
7
8
8
signature ( "sig" )
9
9
10
- YAML . safe_load_file ( "./manifest.yaml" , symbolize_names : true ) => { dependencies : }
10
+ YAML . safe_load_file ( "./manifest.yaml" , symbolize_names : true ) => { dependencies :}
11
11
# currently these libraries lack the `*.rbs` annotations required by `steep`
12
12
stdlibs = dependencies - %w[ English etc net/http rbconfig set stringio ]
13
13
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def self.[](...) = new(...)
44
44
# @param variants [Array<generic<Member>>]
45
45
def initialize ( *variants )
46
46
case variants
47
- in [ Symbol => d , Hash => vs ]
47
+ in [ Symbol => d , Hash => vs ]
48
48
discriminator ( d )
49
49
vs . each { variant ( _1 , _2 ) }
50
50
else
You can’t perform that action at this time.
0 commit comments