Commit bcf808a
authored
feat: docs + dependency updates (#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-types1 parent 1ea4351 commit bcf808a
File tree
73 files changed
+473
-244
lines changed- .github/workflows
- async-openai
- src
- assistants
- types
- images
- responses
- vectorstores
- tests
- examples
- assistants-code-interpreter
- src
- assistants-file-search
- src
- assistants-func-call-stream
- src
- assistants
- src
- audio-speech-stream
- audio-speech
- audio-transcribe
- audio-translate
- azure-openai-service
- borrow-instead-of-move
- src
- bring-your-own-type
- chat-store
- chat-stream
- chatkit
- chat
- completions-stream
- completions-web-search
- completions
- containers
- conversations
- create-image-variation
- embeddings
- gemini-openai-compatibility
- image-edit-stream
- image-edit
- image-gen-stream
- image-generate-b64-json
- image-generate
- in-memory-file
- models
- moderations
- ollama-chat
- realtime
- responses-function-call
- responses-images-and-vision
- src
- responses-retrieve-stream
- responses-stream
- responses-structured-outputs
- src
- responses
- structured-outputs-schemars
- structured-outputs
- tool-call-stream
- src
- tool-call
- src
- usage
- vector-store-retrieval
- video
- vision-chat
- webhooks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+473
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 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 | + | |
104 | 131 | | |
105 | 132 | | |
106 | 133 | | |
| |||
125 | 152 | | |
126 | 153 | | |
127 | 154 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
132 | 159 | | |
133 | 160 | | |
134 | 161 | | |
135 | 162 | | |
136 | 163 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
141 | 168 | | |
142 | 169 | | |
143 | 170 | | |
144 | 171 | | |
145 | 172 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
154 | 181 | | |
155 | 182 | | |
156 | | - | |
| 183 | + | |
157 | 184 | | |
158 | 185 | | |
159 | 186 | | |
160 | 187 | | |
161 | 188 | | |
162 | 189 | | |
163 | | - | |
164 | | - | |
| 190 | + | |
| 191 | + | |
165 | 192 | | |
166 | 193 | | |
167 | 194 | | |
168 | | - | |
| 195 | + | |
169 | 196 | | |
170 | 197 | | |
171 | 198 | | |
| |||
177 | 204 | | |
178 | 205 | | |
179 | 206 | | |
180 | | - | |
| 207 | + | |
181 | 208 | | |
182 | 209 | | |
183 | 210 | | |
184 | 211 | | |
185 | 212 | | |
186 | 213 | | |
187 | 214 | | |
188 | | - | |
| 215 | + | |
189 | 216 | | |
190 | 217 | | |
191 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
153 | 166 | | |
154 | 167 | | |
155 | | - | |
| 168 | + | |
156 | 169 | | |
157 | 170 | | |
158 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
159 | 195 | | |
160 | 196 | | |
161 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
162 | 200 | | |
163 | | - | |
| 201 | + | |
164 | 202 | | |
165 | 203 | | |
166 | 204 | | |
167 | | - | |
| 205 | + | |
168 | 206 | | |
169 | 207 | | |
170 | 208 | | |
171 | | - | |
172 | | - | |
173 | 209 | | |
174 | 210 | | |
175 | 211 | | |
| |||
200 | 236 | | |
201 | 237 | | |
202 | 238 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
| 239 | + | |
215 | 240 | | |
216 | | - | |
| 241 | + | |
217 | 242 | | |
218 | | - | |
219 | 243 | | |
220 | 244 | | |
221 | 245 | | |
| |||
| 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 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
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 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments