Commit 54134ba
feat: docs + dependency updates (64bit#494)
* full feature flag
* github action full feature flag
* fix docs warnings
* expanded types for docs.rs
* types docs
* updated README
* add docs on scope
* add CONTRIBUTING.md
* 🎉
* updated readm
* doc comment
* updated lib.rs for docs.rs
* updated doc tests in lib.rs
* cleanup
* update feature flags
* borrow-instead-of-move example
* updated example
* References in README
* Using References
* simplify cargo.toml
* dependency version to allow patch or minor updates
* allow minor or patch updates in example dependencies
* add language to code blocks in README for syntax colors
* unittests: add missing feature flags in all mod tests {}
* fix feature flags required for tests
* update embedding tests to use latest small model
* fix ser_de test
* fix vector_store_files tests
* fix assistants examples to include required beta header
* fix example responses-images-and-vision
* fix responses-structured-outputs example
* fix for video-types
(cherry picked from commit bcf808a)1 parent 3af9504 commit 54134ba
File tree
30 files changed
+353
-130
lines changed- async-openai
- src
- assistants
- types
- responses
- vectorstores
- tests
- examples
- audio-speech-stream
- borrow-instead-of-move
- src
- bring-your-own-type
- chatkit
- containers
- conversations
- realtime
- responses-function-call
- responses-images-and-vision
- src
- responses-retrieve-stream
- responses-structured-outputs
- src
- responses
- usage
- webhooks
30 files changed
+353
-130
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
107 | 134 | | |
108 | 135 | | |
109 | 136 | | |
| |||
125 | 152 | | |
126 | 153 | | |
127 | 154 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
132 | 159 | | |
133 | 160 | | |
134 | 161 | | |
135 | 162 | | |
136 | | - | |
137 | | - | |
138 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
139 | 166 | | |
140 | 167 | | |
141 | 168 | | |
142 | 169 | | |
143 | 170 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
149 | 176 | | |
150 | 177 | | |
151 | 178 | | |
| |||
155 | 182 | | |
156 | 183 | | |
157 | 184 | | |
158 | | - | |
| 185 | + | |
159 | 186 | | |
160 | 187 | | |
161 | 188 | | |
| |||
166 | 193 | | |
167 | 194 | | |
168 | 195 | | |
169 | | - | |
| 196 | + | |
170 | 197 | | |
171 | 198 | | |
172 | 199 | | |
173 | 200 | | |
174 | 201 | | |
175 | 202 | | |
176 | 203 | | |
177 | | - | |
| 204 | + | |
178 | 205 | | |
179 | 206 | | |
180 | 207 | | |
181 | 208 | | |
182 | 209 | | |
183 | 210 | | |
184 | 211 | | |
185 | | - | |
| 212 | + | |
186 | 213 | | |
187 | 214 | | |
188 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
175 | 188 | | |
176 | 189 | | |
177 | | - | |
| 190 | + | |
178 | 191 | | |
179 | 192 | | |
180 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
181 | 217 | | |
182 | 218 | | |
183 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
184 | 222 | | |
185 | | - | |
| 223 | + | |
186 | 224 | | |
187 | 225 | | |
188 | 226 | | |
189 | | - | |
| 227 | + | |
190 | 228 | | |
191 | 229 | | |
192 | 230 | | |
193 | | - | |
194 | | - | |
195 | 231 | | |
196 | 232 | | |
197 | 233 | | |
| |||
225 | 261 | | |
226 | 262 | | |
227 | 263 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 264 | | |
232 | 265 | | |
233 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 224 | | |
228 | 225 | | |
0 commit comments