instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/wrappers.py [127:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.process_chunk(chunk)
                yield chunk
        except Exception as exc:
            self.end(exc)
            raise
        self.end()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/wrappers.py [145:150]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                self.process_chunk(chunk)
                yield chunk
        except Exception as exc:
            self.end(exc)
            raise
        self.end()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



