Commit da45244
Refactor Azure model options builder methods
- Deprecate builder methods with the prefix `with` and add them without the prefix
- Update references and docs1 parent 93a7ba4 commit da45244
File tree
28 files changed
+505
-139
lines changed- models/spring-ai-azure-openai/src
- main/java/org/springframework/ai/azure/openai
- test/java/org/springframework/ai/azure/openai
- function
- image
- spring-ai-docs/src/main/antora/modules/ROOT/pages/api
- audio/transcriptions
- chat
- functions
- embeddings
- image
- spring-ai-spring-boot-autoconfigure/src
- main/java/org/springframework/ai/autoconfigure/azure/openai
- test/java/org/springframework/ai/autoconfigure/azure/tool
28 files changed
+505
-139
lines changedLines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
269 | 309 | | |
270 | 310 | | |
271 | 311 | | |
272 | 312 | | |
273 | 313 | | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
274 | 318 | | |
275 | 319 | | |
276 | 320 | | |
277 | 321 | | |
278 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
279 | 327 | | |
280 | 328 | | |
281 | 329 | | |
282 | 330 | | |
283 | 331 | | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
284 | 336 | | |
285 | 337 | | |
286 | 338 | | |
287 | 339 | | |
288 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
289 | 345 | | |
290 | 346 | | |
291 | 347 | | |
292 | 348 | | |
293 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
294 | 354 | | |
295 | 355 | | |
296 | 356 | | |
297 | 357 | | |
298 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
299 | 363 | | |
300 | 364 | | |
301 | 365 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments