File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
instrumentation-genai/opentelemetry-instrumentation-openai-v2 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Added a wrapper for ` AsyncCompletions.create ` inside ` src/opentelemetry/instrumentation/openai_v2/__init__.py ` to instrument async chat completions
11+ - Created a new patch function for async chat completions
12+ - Abstracted handling span exceptions into it's own function as it was getting used in multiple places
13+ - Adjusted ` StreamWrapper ` to include async methods for supporting async streaming
14+ - Added Tests using ` pytest-asyncio ` fixtures
15+
1016## Version 2.0b0 (2024-11-08)
1117
1218- Use generic ` OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT ` environment variable
You can’t perform that action at this time.
0 commit comments