Commit db4bc9e
Release: handling for openai NOT_GIVEN default arg value (#351)
* add sentry integration
* update readme
* hotfix for checking package installed
* Support Autogen (#242)
* autogen kickstart
* enhance autogen
* run autogen
* finish autogen
* add readme
* disable cache
* Support genai and also add token reporting and other data points (#345)
* support genai and also add token reporting
* rename example file
* fix
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* fix: weaviate datetime handling for request and response (#346)
* fix: weaviate datetime handling for request and response
* bump version
* bump version
---------
Co-authored-by: Karthik Kalyanaraman <[email protected]>
* Minor bugfix to langchain instrumentation (#348)
* Bugfix
* bump version
* fix: handling for openai NOT_GIVEN default arg value (#350)
* fix: handling for openai NOT_GIVEN default arg value
* style: fix formating
---------
Co-authored-by: Rohit Kadhe <[email protected]>
Co-authored-by: Rohit Kadhe <[email protected]>
Co-authored-by: Ali Waleed <[email protected]>
Co-authored-by: Karthik Kalyanaraman <[email protected]>
Co-authored-by: Karthik Kalyanaraman <[email protected]>1 parent e8bb36f commit db4bc9e
File tree
2 files changed
+18
-8
lines changed- src/langtrace_python_sdk
- instrumentation/openai
2 files changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
43 | 53 | | |
44 | 54 | | |
45 | 55 | | |
| |||
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
60 | | - | |
| 70 | + | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
| |||
118 | 128 | | |
119 | 129 | | |
120 | 130 | | |
121 | | - | |
| 131 | + | |
122 | 132 | | |
123 | 133 | | |
124 | 134 | | |
| |||
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
184 | | - | |
| 194 | + | |
185 | 195 | | |
186 | 196 | | |
187 | 197 | | |
| |||
268 | 278 | | |
269 | 279 | | |
270 | 280 | | |
271 | | - | |
| 281 | + | |
272 | 282 | | |
273 | 283 | | |
274 | 284 | | |
| |||
356 | 366 | | |
357 | 367 | | |
358 | 368 | | |
359 | | - | |
| 369 | + | |
360 | 370 | | |
361 | 371 | | |
362 | 372 | | |
| |||
438 | 448 | | |
439 | 449 | | |
440 | 450 | | |
441 | | - | |
| 451 | + | |
442 | 452 | | |
443 | 453 | | |
444 | 454 | | |
| |||
487 | 497 | | |
488 | 498 | | |
489 | 499 | | |
490 | | - | |
| 500 | + | |
491 | 501 | | |
492 | 502 | | |
493 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments