Ë
    ³«Žjç  ã                   óV   — d dl Z d dlmZ ddlmZ e j
                   G d„ d«      «       Zy)é    N)ÚLiteralé   )Ú
attachmentc                   ó^   — e Zd ZU dZej
                  ed<   ed   ed<   eed<   eed<   eed<   y)	ÚAttachmentWithContextaÎ  
    Represents an attachment along with its associated context.

    This class is used to pair an attachment with additional contextual
    information such as the entity type, entity ID, project name, and
    context description. It is specifically useful when dealing with
    attachments related to entities like spans or traces. The context
    can help provide further insights or classification of the
    attachment's purpose.

    Attributes:
        attachment_data: The actual attachment
            object containing the associated data.
        entity_type: The type of entity the
            attachment is associated with. It must be either "span"
            or "trace".
        entity_id: The unique identifier of the related entity.
        project_name: The name of the project to which the
            attachment and its entity belong.
        context: A brief context description for the attachment,
            explaining its purpose or relevance.
    Úattachment_data)ÚspanÚtraceÚentity_typeÚ	entity_idÚproject_nameÚcontextN)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú
AttachmentÚ__annotations__r   Ústr© ó    ú‡/Users/manta/Documents/Projects/TheRoad-I1/backend/.venv/lib/python3.12/site-packages/opik/api_objects/attachment/attachment_context.pyr   r      s0   … ñð.  ×*Ñ*Ó*Ø˜Ñ)Ó)ØƒNØÓØ„Lr   r   )ÚdataclassesÚtypingr   Ú r   Ú	dataclassr   r   r   r   Ú<module>r      s-   ðÛ Ý å ð ×Ñ÷ð ó ñr   