Commit 05b69d1
File tree
Expand file treeCollapse file tree
7 files changed
+40
-14
lines changedFilter options
- examples
- lib/openai
- helpers/structured_output
- models
- chat
- resources/chat
- rbi/openai/models
- chat
Expand file treeCollapse file tree
7 files changed
+40
-14
lines changedexamples/structured_outputs_chat_completions.rb
Copy file name to clipboardExpand all lines: examples/structured_outputs_chat_completions.rb+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
lib/openai/helpers/structured_output/union_of.rb
Copy file name to clipboardExpand all lines: lib/openai/helpers/structured_output/union_of.rb+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
| 53 | + |
| 54 | + |
53 | 55 |
|
54 |
| - |
| 56 | + |
| 57 | + |
| 58 | + |
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
|
lib/openai/models/chat/completion_create_params.rb
Copy file name to clipboardExpand all lines: lib/openai/models/chat/completion_create_params.rb+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
294 | 294 |
|
295 | 295 |
|
296 | 296 |
|
297 |
| - |
| 297 | + |
298 | 298 |
|
299 | 299 |
|
300 | 300 |
|
|
lib/openai/models/response_format_json_schema.rb
Copy file name to clipboardExpand all lines: lib/openai/models/response_format_json_schema.rb+8-2Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
| ||
70 | 76 |
|
71 | 77 |
|
72 | 78 |
|
73 |
| - |
| 79 | + |
74 | 80 |
|
75 | 81 |
|
76 | 82 |
|
|
lib/openai/resources/chat/completions.rb
Copy file name to clipboardExpand all lines: lib/openai/resources/chat/completions.rb+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
111 |
| - |
| 111 | + |
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 |
| - |
| 138 | + |
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
| ||
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 |
| - |
| 151 | + |
152 | 152 |
|
153 | 153 |
|
154 | 154 |
|
|
rbi/openai/models/chat/completion_create_params.rbi
Copy file name to clipboardExpand all lines: rbi/openai/models/chat/completion_create_params.rbi+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
468 | 468 |
|
469 | 469 |
|
470 | 470 |
|
| 471 | + |
471 | 472 |
|
472 | 473 |
|
473 | 474 |
|
|
rbi/openai/models/response_format_json_schema.rbi
Copy file name to clipboardExpand all lines: rbi/openai/models/response_format_json_schema.rbi+18-3Lines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
13 | 20 |
|
14 | 21 |
|
15 | 22 |
|
16 | 23 |
|
17 |
| - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
18 | 29 |
|
19 | 30 |
|
20 | 31 |
|
| ||
28 | 39 |
|
29 | 40 |
|
30 | 41 |
|
31 |
| - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
32 | 47 |
|
33 | 48 |
|
34 | 49 |
|
|
0 commit comments