Commit 3755ea8
File tree
7 files changed
+84
-15
lines changedFilter options
- src/agents
- extensions/models
- models
- tests
- model_settings
- voice
7 files changed
+84
-15
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
src/agents/extensions/models/litellm_model.py
Copy file name to clipboardExpand all lines: src/agents/extensions/models/litellm_model.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
75 | 74 |
|
76 | 75 |
|
77 | 76 |
|
78 |
| - |
| 77 | + |
79 | 78 |
|
80 | 79 |
|
81 | 80 |
|
| ||
147 | 146 |
|
148 | 147 |
|
149 | 148 |
|
150 |
| - |
| 149 | + |
151 | 150 |
|
152 | 151 |
|
153 | 152 |
|
|
src/agents/model_settings.py
Copy file name to clipboardExpand all lines: src/agents/model_settings.py+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
3 | 4 |
|
4 |
| - |
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| 9 | + |
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
| ||
83 | 85 |
|
84 | 86 |
|
85 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
src/agents/models/openai_chatcompletions.py
Copy file name to clipboardExpand all lines: src/agents/models/openai_chatcompletions.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
59 |
| - |
60 |
| - |
| 58 | + |
61 | 59 |
|
62 | 60 |
|
63 | 61 |
|
| ||
121 | 119 |
|
122 | 120 |
|
123 | 121 |
|
124 |
| - |
125 |
| - |
| 122 | + |
126 | 123 |
|
127 | 124 |
|
128 | 125 |
|
|
tests/model_settings/test_serialization.py
Copy file name to clipboard+59Lines changed: 59 additions & 0 deletions
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 | + |
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments