Commit 111fc9e
File tree
5 files changed
+100
-4
lines changedFilter options
- src/agents
- extensions/models
- models
- tests
5 files changed
+100
-4
lines changedsrc/agents/extensions/models/litellm_model.py
Copy file name to clipboardExpand all lines: src/agents/extensions/models/litellm_model.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
286 | 286 |
|
287 | 287 |
|
288 | 288 |
|
289 |
| - |
| 289 | + |
290 | 290 |
|
291 | 291 |
|
292 | 292 |
|
|
src/agents/model_settings.py
Copy file name to clipboardExpand all lines: src/agents/model_settings.py+5-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
|
src/agents/models/openai_chatcompletions.py
Copy file name to clipboardExpand all lines: src/agents/models/openai_chatcompletions.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
|
src/agents/models/openai_responses.py
Copy file name to clipboardExpand all lines: src/agents/models/openai_responses.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
253 | 253 |
|
254 | 254 |
|
255 | 255 |
|
256 |
| - |
| 256 | + |
257 | 257 |
|
258 | 258 |
|
259 | 259 |
|
|
tests/test_extra_headers.py
Copy file name to clipboard+92
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 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
0 commit comments