Commit 0f92478
feat(genai-openai): OpenAI responses extractors (#4337)
* wip: pydantic based responses api attributes extraction.
* polish: fixing the linting around files.
* refactor: update changelog.
* polish: removing pydantic hard dependency and making pydantic version compatible with openai supported version.
* wip: tox validation for pydantic 1.x version.
* generated new workflows.
* adding the pydantic test to new test file and removing old files.
* wip: generated workflows.
* wip: removed unwanted truthiness checks and simplified the test suite.
* polish: fixed precommit.
---------
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>1 parent af11fc7 commit 0f92478
File tree
6 files changed
+864
-0
lines changed- .github/workflows
- instrumentation-genai/opentelemetry-instrumentation-openai-v2
- src/opentelemetry/instrumentation/openai_v2
- tests
6 files changed
+864
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
255 | 274 | | |
256 | 275 | | |
257 | 276 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
0 commit comments