File tree Expand file tree Collapse file tree
instrumentation-genai/opentelemetry-instrumentation-openai-v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ - Import ` OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT ` from
11+ ` opentelemetry.util.genai.environment_variables ` instead of re-defining it locally,
12+ making ` opentelemetry-util-genai ` the single source of truth for this constant.
13+ ([ #4455 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4455 ) )
14+
1015- Fix ` ChoiceBuffer ` crash on streaming tool-call deltas with ` arguments=None `
1116 ([ #4350 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4350 ) )
1217- Fix ` StreamWrapper ` missing ` .headers ` and other attributes when using ` with_raw_response ` streaming
You can’t perform that action at this time.
0 commit comments