def __init__()

in instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/wrappers.py [0:0]


    def __init__(
        self,
        stream,
        span: Span,
        span_attributes: Attributes,
        capture_message_content: bool,
        event_attributes: Attributes,
        event_logger: EventLogger,
        start_time: float,
        token_usage_metric: Histogram,
        operation_duration_metric: Histogram,